mirror of
https://github.com/cc65/cc65.git
synced 2025-08-07 15:25:31 +00:00
Fixed comments.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
; Copy __cwd to the given buffer checking the length
|
||||
|
||||
; ldy #$00 is guaranteed by popptr10
|
||||
; ldy #$00 is guaranteed by popptr1
|
||||
loop: inc ptr2
|
||||
bne @L1
|
||||
inc ptr2+1
|
||||
|
@@ -1,7 +1,7 @@
|
||||
;
|
||||
; 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!
|
||||
|
||||
.export popptr1
|
||||
|
Reference in New Issue
Block a user