Fixed comments.
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
; Copy __cwd to the given buffer checking the length
|
; Copy __cwd to the given buffer checking the length
|
||||||
|
|
||||||
; ldy #$00 is guaranteed by popptr10
|
; ldy #$00 is guaranteed by popptr1
|
||||||
loop: inc ptr2
|
loop: inc ptr2
|
||||||
bne @L1
|
bne @L1
|
||||||
inc ptr2+1
|
inc ptr2+1
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
;
|
;
|
||||||
; Christian Kruger, 20-May-2018
|
; Christian Kruger, 20-May-2018
|
||||||
;
|
;
|
||||||
; CC65 runtime: Pop registers on stack to ptr1 or ptr2 and ptr1.
|
; CC65 runtime: Pop 2 bytes from stack to ptr1.
|
||||||
; X is untouched, low byte in A, Y is defined to be 0!
|
; X is untouched, low byte in A, Y is defined to be 0!
|
||||||
|
|
||||||
.export popptr1
|
.export popptr1
|
||||||
|
|||||||
Reference in New Issue
Block a user