Skip to content

Instantly share code, notes, and snippets.

@smcl
Created April 14, 2011 23:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smcl/920835 to your computer and use it in GitHub Desktop.
Save smcl/920835 to your computer and use it in GitHub Desktop.
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