Skip to content

Instantly share code, notes, and snippets.

@kovagoz
Created December 12, 2014 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kovagoz/1e9cedbfb371ef4e7040 to your computer and use it in GitHub Desktop.
Save kovagoz/1e9cedbfb371ef4e7040 to your computer and use it in GitHub Desktop.
If the secondary address isn't specified or is specified as 0 (e.g. LOAD "FILE",8), the file is saved/loaded from the BASIC memory area (which, on the C64, starts by default at $0801). If the secondary address is specified as a non-zero value (e.g. LOAD "FILE",8,1), the program is loaded starting from the address specified by the file itself (the PRG header, which is the first two bytes of the file)—this form of command is more common when loading machine code programs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment