mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 16:34:07 +00:00
10 lines
112 B
ArmAsm
10 lines
112 B
ArmAsm
.globl _exit
|
|
.text
|
|
_exit: move.l macsbug,A0
|
|
jmp (A0)
|
|
*
|
|
.data
|
|
macsbug: .dc.w 0002
|
|
.dc.w 0008
|
|
.end
|