GO64

From C64-Wiki
Jump to navigationJump to search
BASIC keyword
Keyword: GO64
Abbreviation: -
Type: Command
Token code: 203 / $CB
Handling routine
in BASIC ROM:
List of all BASIC keywords


Remark: This article describes the BASIC command GO64 in Commodore BASIC 7.0 or higher.

Type: Command
General Programming-Syntax: GOstatement like GO64

GO64 puts a C128 into "C64 mode" for using C64 software.

The command GO64 switches in direct mode under BASIC 7.0 on a C128 after the confirmation prompt ARE YOU SURE?, which must be confirmed by entering Y (for YES), switches to C64 mode with BASIC 2.0. In the confirmation prompt, any entry beginning with "Y" is understood as "YES", all other entries as "NO". If "NO" is selected, the prompt is displayed, as shown in the following example:

GO64
ARE YOU SURE?N
READY.

When called from a BASIC program, the switching is done immediately, i.e. without a confirmation prompt.


Examples[edit | edit source]

The switching in the C64 mode on a C128.

Variants of GO64 as the command GO with the argument (value) 64. Any numeric expression can be used which, when interpreted as an integer, gives 64:

GO64

GO 4*16

GO 63.99999999

GO   6   4

GO 2↑6

GO 70-6

SIXTYFOUR=64
GO SIXTYFOUR
BASIC V7.0 Commands

ABS | AND | APPEND | ASC | ATN | AUTO | BACKUP | BANK | BEGIN | BEND | BLOAD | BOOT | BOX | BSAVE | BUMP | CATALOG | CHAR | CHR$ | CIRCLE | CLOSE | CLR | CMD | COLLECT | COLLISION | COLOR | CONCAT | CONT | COPY | COS | DATA | DCLEAR | DCLOSE | DEC | DEF FN | DELETE | DIM | DIRECTORY | DLOAD | DO | DOPEN | DRAW | DS | DS$ | DSAVE | DVERIFY | EL | ELSE | END | ENVELOPE | ER | ERR$ | EXIT | EXP | FAST | FETCH | FILTER | FN | FOR | FRE | GET | GET# | GETKEY | GO64 | GOSUB | GOTO | GRAPHIC | GSHAPE | HEADER | HELP | HEX$ | IF | INPUT | INPUT# | INSTR | INT | JOY | KEY | LEFT$ | LEN | LET | LIST | LOAD | LOCATE | LOG | LOOP | MID$ | MONITOR | MOVSPR | NEW | NEXT | NOT | (OFF) | ON | OPEN | OR | PAINT | PEEK | PEN | (PI) | PLAY | POINTER | POKE | POS | POT | PRINT | PRINT USING | PRINT# | PUDEF | (QUIT) | RCLR | RDOT | READ | RECORD | REM | RENAME | RENUMBER | RESTORE | RESUME | RETURN | RGR | RIGHT$ | RND | RREG | RSPCOLOR | RSPPOS | RSPRITE | RUN | RWINDOW | SAVE | SCALE | SCNCLR | SCRATCH | SGN | SIN | SLEEP | SLOW | SOUND | SPC( | SPRCOLOR | SPRDEF | SPRITE | SPRSAV | SQR | SSHAPE | ST | STASH | STEP | STOP | STR$ | SWAP | SYS | TAB( | TAN | TEMPO | THEN | TI | TI$ | TO | TRAP | TROFF | TRON | USR | VAL | VERIFY | VOL | WAIT | WHILE | WINDOW | WIDTH | XOR