changeset 169:c9dc1be48de4

fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 11 Apr 2019 14:09:32 +0900
parents 2937e970aac6
children d4e2f1179baf
files TL1/TL1os9.asm os9/level1/cmds/Makefile os9/level2/cmds/Makefile os9/level2/cmds/cat.asm os9/level2/cmds/sbc09.asm
diffstat 5 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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)
--- 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
 
--- 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
--- 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