ack/mach/i386/libsys/_read.s
1990-01-22 11:01:47 +00:00

7 lines
106 B
ArmAsm

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