Created
April 14, 2011 23:33
-
-
Save smcl/920835 to your computer and use it in GitHub Desktop.
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
P0 = 0x20000000; // P0 aligned on 32 bit boundary | |
R0.H = [P0++]; // P0 is 16 bit aligned, a 32 bit load would ... | |
R1 = [P0]; // awwwwww maaan! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment