ack/mach/m68020/libsys/_read.s

10 lines
125 B
ArmAsm
Raw Normal View History

1990-01-22 08:51:54 +00:00
.define __read
.extern __read
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
__read: move.l #0x3,d0
jmp (call)