ack/lang/cem/libcc/mon/brk.e

11 lines
171 B
Plaintext
Raw Normal View History

1985-01-01 22:27:02 +00:00
#
mes 2,EM_WSIZE,EM_PSIZE
exp $brk
pro $brk,0
lal 0
loi EM_PSIZE
str 2 ; The - possibly - occurring traps should be caught
1987-09-02 14:54:32 +00:00
zer EM_PSIZE
ret EM_PSIZE
1985-01-01 22:27:02 +00:00
end