Created
October 24, 2016 12:03
-
-
Save rkwitt/522bb8b1e4d75b7b640dcaa0c5a8a2f8 to your computer and use it in GitHub Desktop.
Example to demonstrate MIPS32 GP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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