ack/mach/vax4/libsysV_2/time.s

14 lines
166 B
ArmAsm
Raw Normal View History

1990-01-11 16:00:19 +00:00
.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
time = 13
.define _time
1987-02-02 16:06:51 +00:00
_time:
1990-01-11 16:00:19 +00:00
.data2 0x0000
1987-02-02 16:06:51 +00:00
chmk $time
movl 4(ap),r1
1990-01-11 16:00:19 +00:00
beql 1f
1987-02-02 16:06:51 +00:00
movl r0,(r1)
1990-01-11 16:00:19 +00:00
1:
1987-02-02 16:06:51 +00:00
ret