1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-24 11:31:31 +00:00

Clear up comments a bit.

This commit is contained in:
Sven Michael Klose 2020-10-27 06:08:04 +01:00 committed by greg-king5
parent 3957310950
commit 99c0815cdb
3 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ _cbm_read:
stx ptr1+1
tax
inx
stx ptr1 ; Save size with each byte incremented.
stx ptr1 ; Save size with both bytes incremented separately.
jsr popax
sta ptr2

View File

@ -43,7 +43,7 @@ _cbm_write:
stx ptr1+1
tax
inx
stx ptr1 ; Save size with each byte incremented
stx ptr1 ; Save size with both bytes incremented separately
jsr popax
sta ptr2

View File

@ -23,7 +23,7 @@
stx ptr2+1
tax
inx
stx ptr2
stx ptr2 ; Save size with each byte incremented separately
jsr popptr1 ; Get buf to ptr1