*** empty log message ***

This commit is contained in:
keie
1985-02-07 22:59:50 +00:00
parent 73585dd0ea
commit 6bd4717ad9
36 changed files with 435 additions and 0 deletions

8
mach/pmds4/libsys/read.s Normal file
View File

@@ -0,0 +1,8 @@
.define _read
.extern _read
_read: trap #0
.short 0x3
bcc 1f
jmp cerror
1:
rts