fix spaces

This commit is contained in:
jede 2022-04-24 15:15:10 +02:00
parent 8c26b837ef
commit 8f40243315

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