Added EXIT and BRK entry point

This commit is contained in:
ceriel 1992-06-30 15:02:56 +00:00
parent cee4d5de8b
commit f6157ea21e

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
.extern _end
ERANGE = 1
@ -27,7 +28,10 @@ begtext:
push cx
xor bp,bp
call __m_a_i_n
EXIT:
int 0x81
BRK:
jmp __brk
.sect .data
begdata:
hol0: