1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

fix spaces

This commit is contained in:
jede 2022-04-24 15:15:10 +02:00 committed by mrdudz
parent e1b8508798
commit e1fbb8465b

View File

@ -20,15 +20,15 @@
sta PTR_READ_DEST
stx PTR_READ_DEST+1
sta ptr2 ; in order to calculate nb of bytes read
stx ptr2+1
stx ptr2+1
jsr popax ; get FD
tax ; send FD to X
lda ptr1
ldy ptr1+1
BRK_TELEMON XFREAD
ldy ptr1+1
BRK_TELEMON XFREAD
; compute nb of bytes read
lda PTR_READ_DEST+1
sec