ack/mach/i386/libsys/read.s
1989-10-10 11:40:55 +00:00

7 lines
104 B
ArmAsm

.sect .text; .sect .rom; .sect .data; .sect .bss
.define _read
.sect .text
_read:
mov ax,3
jmp syscal