From fccd2bf66a834bd8682720705a4b56bdfe9df001 Mon Sep 17 00:00:00 2001 From: Greg King Date: Fri, 9 Jan 2015 22:19:35 -0500 Subject: [PATCH] Added more info to a comment. --- libsrc/atmos/crt0.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libsrc/atmos/crt0.s b/libsrc/atmos/crt0.s index 61f40cc9a..e789b28c2 100644 --- a/libsrc/atmos/crt0.s +++ b/libsrc/atmos/crt0.s @@ -2,7 +2,7 @@ ; Startup code for cc65 (Oric version) ; ; By Debrune Jérôme and Ullrich von Bassewitz -; 2015-01-08, Greg King +; 2015-01-09, Greg King ; .export _exit @@ -89,6 +89,7 @@ zpsave: ; This padding is needed by a bug in the ROM. ; (The CLOAD command starts BASIC's variables table on top of the last byte ; that was loaded [instead of at the next address].) +; This is overlaid on a buffer, so that it doesn't use extra space in RAM. .byte 0 -- 2.39.5