From ac520011b5360bcbf24e575ac6765daa3c2216e7 Mon Sep 17 00:00:00 2001 From: Gabriel Sroka Date: Tue, 27 Jan 2026 12:01:57 -0800 Subject: [PATCH] Update c64mem_mapc64.txt GH is wrong this is from Leemon's book "If only the second byte has its seventh bit set, the variable is a string. If only the first byte has its seventh bit set, the variable is a defined function (FN)." https://archive.org/details/Compute_s_Mapping_the_64_and_64C/page/n28/mode/1up?q=vartab --- src/c64mem/c64mem_mapc64.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/c64mem/c64mem_mapc64.txt b/src/c64mem/c64mem_mapc64.txt index c990a0d..f62a8b7 100644 --- a/src/c64mem/c64mem_mapc64.txt +++ b/src/c64mem/c64mem_mapc64.txt @@ -630,8 +630,8 @@ $002D-$002E VARTAB Pointer to the Start of the BASIC Variable Storage Area The seventh bit of one or both of these bytes can be set (which would add 128 to the ASCII value of the letter). This indicates the variable type. If neither byte has the seventh bit set, the variable - is the regular floating point type. If only the first byte has its - seventh bit set, the variable is a string. If only the second byte + is the regular floating point type. If only the second byte has its + seventh bit set, the variable is a string. If only the first byte has its seventh bit set, the variable is a defined function (FN). If both bytes have the seventh bit set, the variable is an integer.