Skip to content

Instantly share code, notes, and snippets.

@mistificator
Created September 1, 2020 19:19
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 mistificator/665389c8b8a20212ba0adc0c936a7607 to your computer and use it in GitHub Desktop.
Save mistificator/665389c8b8a20212ba0adc0c936a7607 to your computer and use it in GitHub Desktop.
Loader copies one binary block from tape to TR-DOS diskette. Should be saved with autorun from line 100. Address "27000" (in two places of code) and size "38536" should be changed for actual values.
10 CLEAR 24575: RANDOMIZE USR 15619: REM : LOAD "payload1" CODE
20 RANDOMIZE USR 27000
100 CLEAR 24575: LOAD "" CODE
110 RANDOMIZE USR 15619: REM : SAVE "payload1" CODE 27000, 38536
120 RANDOMIZE USR 15619: REM : SAVE "boot" LINE 10
@mistificator
Copy link
Author

Bundled with Dan Dare 3
Bundled with 1943

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment