Added EXIT, WRITE and BRK entry point

This commit is contained in:
ceriel 1992-06-30 16:10:24 +00:00
parent 6f7d2bc2ee
commit 8b26f24e21

View file

@ -1,5 +1,5 @@
.define .lino,.filn .define .lino,.filn
.define EXIT .define EXIT,WRITE,BRK
.define begtext,begdata,begbss .define begtext,begdata,begbss
.define EARRAY,ERANGE,ESET,EIDIVZ,EHEAP,EILLINS,ECASE,EBADGTO .define EARRAY,ERANGE,ESET,EIDIVZ,EHEAP,EILLINS,ECASE,EBADGTO
.define hol0,.reghp,.limhp,.trpim,.trppc .define hol0,.reghp,.limhp,.trpim,.trppc
@ -56,6 +56,10 @@ EXIT:
move.l d0,-(sp) move.l d0,-(sp)
jsr __exit jsr __exit
WRITE: jmp __write
BRK: jmp __brk
.sect .data .sect .data
begdata: begdata:
hol0: hol0: