Skip to content

Instantly share code, notes, and snippets.

@Jarvix
Created April 21, 2012 15:57
Show Gist options
  • Save Jarvix/2437984 to your computer and use it in GitHub Desktop.
Save Jarvix/2437984 to your computer and use it in GitHub Desktop.
main:
SET A, 10
.hello:
SET PC, 0 ; random code
SET PC, .hello ; main.hello
Bootcamp:
SET B, 10000
.hello:
SET PC, .hello ; Bootcamp.hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment