ack/mach/m68k2/libsys/creat.s

13 lines
171 B
ArmAsm
Raw Permalink Normal View History

1984-12-14 15:52:15 +00:00
.define _creat
.sect .text
.sect .rom
.sect .data
.sect .bss
1984-12-14 15:52:15 +00:00
.extern _creat
.sect .text
1984-12-14 15:52:15 +00:00
_creat: move.w #0x8,d0
move.l 4(sp),a0
move.w 8(sp),d1
ext.l d1
jmp call