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:
parent
3957310950
commit
99c0815cdb
@ -49,7 +49,7 @@ _cbm_read:
|
|||||||
stx ptr1+1
|
stx ptr1+1
|
||||||
tax
|
tax
|
||||||
inx
|
inx
|
||||||
stx ptr1 ; Save size with each byte incremented.
|
stx ptr1 ; Save size with both bytes incremented separately.
|
||||||
|
|
||||||
jsr popax
|
jsr popax
|
||||||
sta ptr2
|
sta ptr2
|
||||||
|
@ -43,7 +43,7 @@ _cbm_write:
|
|||||||
stx ptr1+1
|
stx ptr1+1
|
||||||
tax
|
tax
|
||||||
inx
|
inx
|
||||||
stx ptr1 ; Save size with each byte incremented
|
stx ptr1 ; Save size with both bytes incremented separately
|
||||||
|
|
||||||
jsr popax
|
jsr popax
|
||||||
sta ptr2
|
sta ptr2
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
stx ptr2+1
|
stx ptr2+1
|
||||||
tax
|
tax
|
||||||
inx
|
inx
|
||||||
stx ptr2
|
stx ptr2 ; Save size with each byte incremented separately
|
||||||
|
|
||||||
jsr popptr1 ; Get buf to ptr1
|
jsr popptr1 ; Get buf to ptr1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user