6 lines
55 B
ArmAsm
Executable file
6 lines
55 B
ArmAsm
Executable file
.define .mon
|
|
.text
|
|
|
|
.mon:
|
|
.extern .stop
|
|
call .stop
|