Fixed comments.

This commit is contained in:
IrgendwerA8
2018-05-21 14:41:12 +02:00
parent 166425f807
commit d4081b43a6
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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