ARM Overview: Difference between revisions

m
added links to source for libgcc and division function
[unchecked revision][unchecked revision]
m (added reference to forum post about this section which contains actual function to use at end)
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 =====
294

edits