Initial revision

This commit is contained in:
sater
1984-07-20 10:44:57 +00:00
parent eb823929a1
commit 597d25decd
73 changed files with 3041 additions and 0 deletions

15
lang/pc/libpc/trap.e Normal file
View File

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