14 lines
164 B
ArmAsm
14 lines
164 B
ArmAsm
|
.sect .text; .sect .rom; .sect .data; .sect .bss
|
||
|
.sect .text
|
||
|
close = 6
|
||
|
.define __close
|
||
|
|
||
|
__close:
|
||
|
.data2 0x0000
|
||
|
chmk $close
|
||
|
bcc 1f
|
||
|
jmp cerror
|
||
|
1:
|
||
|
clrl r0
|
||
|
ret
|