You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Commander X16 Programmer's Reference Guide indicates the following:
"In BASIC, the contents of files can be directly loaded into VRAM with the LOAD statement. When a secondary address greater than one is used, the KERNAL will now load the file into the VERA's VRAM address space. The first two bytes of the file are used as lower 16 bits of the address. The upper 4 bits are (SA-2) & 0x0ff where SA is the secondary address."
I believe in the following example the secondary address should be 17 instead of 18.
20 LOAD"VERA.BIN",1,18 : REM SET ADDRESS TO $FXXXX
The text was updated successfully, but these errors were encountered:
The Commander X16 Programmer's Reference Guide indicates the following:
"In BASIC, the contents of files can be directly loaded into VRAM with the LOAD statement. When a secondary address greater than one is used, the KERNAL will now load the file into the VERA's VRAM address space. The first two bytes of the file are used as lower 16 bits of the address. The upper 4 bits are (SA-2) & 0x0ff where SA is the secondary address."
I believe in the following example the secondary address should be 17 instead of 18.
20 LOAD"VERA.BIN",1,18 : REM SET ADDRESS TO $FXXXX
The text was updated successfully, but these errors were encountered: