Skip to content

Instantly share code, notes, and snippets.

@rkwitt
Created October 24, 2016 12:03
Show Gist options
  • Save rkwitt/522bb8b1e4d75b7b640dcaa0c5a8a2f8 to your computer and use it in GitHub Desktop.
Save rkwitt/522bb8b1e4d75b7b640dcaa0c5a8a2f8 to your computer and use it in GitHub Desktop.
Example to demonstrate MIPS32 GP
int a = 1111;
int main() {
a = 3333;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment