Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/c64mem/c64mem_mapc64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down