# HG changeset patch # User Shinji KONO # Date 1554959372 -32400 # Node ID c9dc1be48de474aa17c4bd0978bbcb211ac60761 # Parent 2937e970aac627b41a6d967d137ec319640ed4df fix diff -r 2937e970aac6 -r c9dc1be48de4 TL1/TL1os9.asm --- a/TL1/TL1os9.asm Thu Apr 11 13:59:28 2019 +0900 +++ b/TL1/TL1os9.asm Thu Apr 11 14:09:32 2019 +0900 @@ -1484,6 +1484,7 @@ m3 lda -1,y ora #$80 sta -1,y + clr ,y+ sty 2,s puls x,y,u,pc diff -r 2937e970aac6 -r c9dc1be48de4 os9/level1/cmds/Makefile --- a/os9/level1/cmds/Makefile Thu Apr 11 13:59:28 2019 +0900 +++ b/os9/level1/cmds/Makefile Thu Apr 11 14:09:32 2019 +0900 @@ -3,7 +3,7 @@ OBJ2 = mdir mfree proc -OBJ1 = asm attr calldbg cmp config copy cputype date debug del deldir devs dir dir_cb dirsort dump echo edit \ +OBJ1 = asm attr calldbg cmp config copy cputype date debug del deldir devs dir dir_cb dirsort dump echo edit disasm \ error free help ident irqs link list load login makdir pxd pwd procs prompt shellplus sleep tee touch tsmon unlink game09 all : $(OBJ2) $(OBJ1) diff -r 2937e970aac6 -r c9dc1be48de4 os9/level2/cmds/Makefile --- a/os9/level2/cmds/Makefile Thu Apr 11 13:59:28 2019 +0900 +++ b/os9/level2/cmds/Makefile Thu Apr 11 14:09:32 2019 +0900 @@ -3,7 +3,7 @@ OBJ2 = mdir mfree proc procs reboot dmem pmap smap mmap -OBJ1 = asm attr calldbg cmp config copy cputype date debug del deldir devs dir dir_cb dirsort dump echo edit \ +OBJ1 = asm attr calldbg cmp config copy cputype date debug del deldir devs dir dir_cb dirsort dump echo edit disasm \ error free help ident irqs link list load login makdir pxd pwd procs prompt shellplus sleep tee touch tsmon unlink \ game09 sbc09 cat kernel09.s basic.s diff -r 2937e970aac6 -r c9dc1be48de4 os9/level2/cmds/cat.asm --- a/os9/level2/cmds/cat.asm Thu Apr 11 13:59:28 2019 +0900 +++ b/os9/level2/cmds/cat.asm Thu Apr 11 14:09:32 2019 +0900 @@ -20,7 +20,7 @@ mod eom,name,tylg,atrv,start,size org 0 -ioentry rmb $80 +ientry rmb $80 filepath rmb 2 parmptr rmb 2 stdin rmb 1 diff -r 2937e970aac6 -r c9dc1be48de4 os9/level2/cmds/sbc09.asm --- a/os9/level2/cmds/sbc09.asm Thu Apr 11 13:59:28 2019 +0900 +++ b/os9/level2/cmds/sbc09.asm Thu Apr 11 14:09:32 2019 +0900 @@ -25,7 +25,7 @@ mod eom,name,tylg,atrv,start,size org 0 -ioentry rmb $80 +ientry rmb $80 filepath rmb 2 parmptr rmb 2 stdin rmb 1