Initial revision

This commit is contained in:
ceriel
1988-04-07 10:57:49 +00:00
parent 7d0c65d36c
commit 02db8317da
50 changed files with 2504 additions and 0 deletions

15
mach/proto/fp/fptrp.e Normal file
View File

@@ -0,0 +1,15 @@
#
mes 2,EM_WSIZE,EM_PSIZE
#define TRAP 0
; _fptrp is called with one parameter:
; - trap number (TRAP)
exp $_fptrp
pro $_fptrp,0
lol TRAP
trp
ret 0
end ?