time.s 166 B

12345678910111213
  1. .sect .text; .sect .rom; .sect .data; .sect .bss
  2. .sect .text
  3. time = 13
  4. .define _time
  5. _time:
  6. .data2 0x0000
  7. chmk $time
  8. movl 4(ap),r1
  9. beql 1f
  10. movl r0,(r1)
  11. 1:
  12. ret