From: IrgendwerA8 Date: Mon, 21 May 2018 12:41:12 +0000 (+0200) Subject: Fixed comments. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F652%2Fhead;p=cc65 Fixed comments. --- diff --git a/libsrc/common/getcwd.s b/libsrc/common/getcwd.s index c14df63a1..22b6ceded 100644 --- a/libsrc/common/getcwd.s +++ b/libsrc/common/getcwd.s @@ -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 diff --git a/libsrc/runtime/popptr1.s b/libsrc/runtime/popptr1.s index 2167717ce..48725efa3 100644 --- a/libsrc/runtime/popptr1.s +++ b/libsrc/runtime/popptr1.s @@ -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