1984-12-14 15:52:15 +00:00
|
|
|
.define _times
|
1985-06-04 11:18:09 +00:00
|
|
|
.sect .text
|
|
|
|
.sect .rom
|
|
|
|
.sect .data
|
|
|
|
.sect .bss
|
1984-12-14 15:52:15 +00:00
|
|
|
.extern _times
|
1985-06-04 11:18:09 +00:00
|
|
|
.sect .text
|
1984-12-14 15:52:15 +00:00
|
|
|
_times: move.w #0x2B,d0
|
1985-03-05 12:33:29 +00:00
|
|
|
move.l 4(sp),a0
|
1984-12-14 15:52:15 +00:00
|
|
|
trap #0
|
|
|
|
rts
|