3 * - By John Hodge (thePowersGang)
5 * arch/arm7/include/assembly.h
6 * - Assembly specific macros
22 str r10, [sp,#-11*4];\
23 str r11, [sp,#-12*4];\
24 str r12, [sp,#-13*4];\
29 #define POP_GPRS add sp, #16*4; \
39 ldr r9, [sp,#-10*4]; \
40 ldr r10, [sp,#-11*4]; \
41 ldr r11, [sp,#-12*4]; \
42 ldr r12, [sp,#-13*4]; \