Added EXIT and BRK entry point

This commit is contained in:
ceriel 1992-06-30 11:40:12 +00:00
parent 2ae29707d2
commit 6823ce7c96

View file

@ -3,6 +3,7 @@
.define begtext,begdata,begbss
.define hol0,.reghp,.limhp,.trppc,.ignmask
.define ERANGE,ESET,EHEAP,ECASE,EILLINS,EIDIVZ,EODDZ
.define EXIT, BRK
ERANGE = 1
ESET = 2
@ -36,7 +37,12 @@ begtext:
push cx
call __m_a_i_n
push ax
EXIT:
call __exit
BRK:
jmp __brk
.sect .data
begdata:
hol0: