Skip to content

Instantly share code, notes, and snippets.

@fusspawn
Created June 17, 2015 00:55
Show Gist options
  • Save fusspawn/5c53ec4882a845373efa to your computer and use it in GitHub Desktop.
Save fusspawn/5c53ec4882a845373efa to your computer and use it in GitHub Desktop.
Example FUASM Code - Needed for Unity Client to download code pre source-server build.
LABEL MAIN
MOV 2 @r0
MOV 2 @r1
ADD
DEBUG @r0
INT 1
JMP MAIN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment