Mercurial > hg > Members > kono > nitros9-code
diff level1/cmds/iniz.asm @ 830:80e125a9357d
One more try to fix variable name collision
author | boisy |
---|---|
date | Tue, 14 Jan 2003 03:08:40 +0000 |
parents | a114971abd3b |
children | 84ea83668304 |
line wrap: on
line diff
--- a/level1/cmds/iniz.asm Tue Jan 14 03:06:30 2003 +0000 +++ b/level1/cmds/iniz.asm Tue Jan 14 03:08:40 2003 +0000 @@ -22,12 +22,12 @@ rev set $01 edition set 4 -linebsiz equ 80 +lsize equ 80 mod eom,name,tylg,atrv,start,size org 0 -readbuf rmb linebsiz+1 +rbuffer rmb lsize+1 stack rmb 64 size equ . @@ -51,8 +51,8 @@ bra InizDev ReadnInz clra from stdin - leax readbuf,u point to read buffer - ldy #linebsiz get linebsiz bytes + leax rbuffer,u point to read buffer + ldy #lsize get lsize bytes os9 I$ReadLn read it! bcc InizDev branch if error cmpb #E$EOF end of file?