From d4081b43a6561a25a91299863f99264c1c57ab1b Mon Sep 17 00:00:00 2001 From: IrgendwerA8 Date: Mon, 21 May 2018 14:41:12 +0200 Subject: [PATCH] Fixed comments. --- libsrc/common/getcwd.s | 2 +- libsrc/runtime/popptr1.s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2