mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +00:00
Bugfix by Karri Kaksonen.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4949 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
d5109f6319
commit
1dcba5c24e
@ -17,8 +17,7 @@
|
||||
.include "extzp.inc"
|
||||
.export lynxskip0, lynxread0
|
||||
.export lynxblock
|
||||
|
||||
__BLOCKSIZE0__ = 1024
|
||||
.import __BLOCKSIZE__
|
||||
|
||||
.code
|
||||
|
||||
@ -89,7 +88,7 @@ lynxblock:
|
||||
lda __iodat
|
||||
sta IODAT
|
||||
stz _FileBlockByte
|
||||
lda #$100-(>__BLOCKSIZE0__)
|
||||
lda #<($100-(>__BLOCKSIZE__))
|
||||
sta _FileBlockByte+1
|
||||
ply
|
||||
plx
|
||||
|
Loading…
Reference in New Issue
Block a user