Skip to content

Instantly share code, notes, and snippets.

@sailfish009
Created September 22, 2017 02:57
Show Gist options
  • Save sailfish009/04688c7afdf92f959f3d52b2f3884d66 to your computer and use it in GitHub Desktop.
Save sailfish009/04688c7afdf92f959f3d52b2f3884d66 to your computer and use it in GitHub Desktop.
NDS32 printf assembly
la $r2, 0x98C40000
li $r1, 0x38
swi $r1, [$r2]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment