Skip to content

Instantly share code, notes, and snippets.

@ErnestoBorio
Created January 25, 2020 20:37
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 ErnestoBorio/8c045b2085979d40ef07685c94e3b065 to your computer and use it in GitHub Desktop.
Save ErnestoBorio/8c045b2085979d40ef07685c94e3b065 to your computer and use it in GitHub Desktop.
* = $0801 "Basic"
.word upstartEnd // link address
.word 10 // line num
.byte $9e // sys
.text toIntString(Start)
.byte 0
upstartEnd:
.word 0 // empty link signals the end of the program
Start:
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment