ack/mach/m68k4/libsys/_open.s

12 lines
159 B
ArmAsm
Raw Permalink Normal View History

1990-01-22 11:14:56 +00:00
.define __open
.extern __open
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
__open: move.w #0x5,d0
move.l 4(sp),a0
move.l 8(sp),d1
jmp call