]> git.sur5r.net Git - cc65/commitdiff
Fixed comments. 652/head
authorIrgendwerA8 <c.krueger.b@web.de>
Mon, 21 May 2018 12:41:12 +0000 (14:41 +0200)
committerIrgendwerA8 <c.krueger.b@web.de>
Mon, 21 May 2018 12:41:12 +0000 (14:41 +0200)
libsrc/common/getcwd.s
libsrc/runtime/popptr1.s

index c14df63a1ad9632bafa5047b501864e013019528..22b6ceded355c6529e0b6fede7ddf0000d302b5e 100644 (file)
@@ -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
index 2167717ce9563303b52642e06fcc83a66dcfdb6e..48725efa3b4de9bf31d4310f8a2e63cfceeae8d8 100644 (file)
@@ -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