14 lines
166 B
ArmAsm
14 lines
166 B
ArmAsm
.sect .text; .sect .rom; .sect .data; .sect .bss
|
|
.sect .text
|
|
time = 13
|
|
.define _time
|
|
|
|
_time:
|
|
.data2 0x0000
|
|
chmk $time
|
|
movl 4(ap),r1
|
|
beql 1f
|
|
movl r0,(r1)
|
|
1:
|
|
ret
|