10 lines
150 B
ArmAsm
Executable file
10 lines
150 B
ArmAsm
Executable file
.sect .text; .sect .rom; .sect .data; .sect .bss
|
|
.sect .text
|
|
.define .fat
|
|
|
|
.fat:
|
|
.extern .trp
|
|
.extern .stop
|
|
call .trp
|
|
call .stop
|
|
! no return
|