1 /* Copyright © 1995-2003, The AROS Development Team. All rights reserved.
12 .word sys_Dispatch // d7 = 0
13 .word _sys_SetSR // d7 = 4
14 .word 0 // _sys_Supervisor // d7 = 8
15 .word 0 //_sys_SuperState // d7 = 12
22 .globl _sys_swi_handler
23 .type _sys_swi_handler,function
36 bic r3, r3, #0xff000000
41 mov r1, #-4 // adjustment factor for regs->lr_svc due to swi
43 ldr pc, [r2, r3, lsl #2]
57 .type .jumptable,object