ARM Overview: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Pancakes (talk | contribs)
m added reference to forum post about this section which contains actual function to use at end
Pancakes (talk | contribs)
m added links to source for libgcc and division function
Line 264:
 
http://forum.osdev.org/viewtopic.php?f=8&t=27767
 
The source for LIBGCC and source of the division emulation function:
 
https://github.com/mirrors/gcc/blob/master/libgcc/udivmodsi4.c
 
https://github.com/mirrors/gcc/blob/master/libgcc/
 
===== Unaligned Memory Access And Byte Order =====