Initial revision
This commit is contained in:
15
lang/pc/libpc/trap.e
Normal file
15
lang/pc/libpc/trap.e
Normal 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 ?
|
||||
Reference in New Issue
Block a user