ack/mach/m68020/libsys/read.s

10 lines
122 B
ArmAsm
Raw Normal View History

1987-01-29 22:36:35 +00:00
.define _read
.extern _read
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
_read: move.l #0x3,d0
jmp (call)