adapted to new semantics of the EHEAP error: no longer fatal

This commit is contained in:
ceriel
1988-04-11 11:37:54 +00:00
parent 081c3c2d77
commit a5a7c04edb
3 changed files with 8 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
.define .strhp
.extern .reghp, .limhp, EHEAP, .fat
.extern .reghp, .limhp, EHEAP, .trp
.strhp:
pop bx
@@ -18,4 +18,6 @@
jmp bx
2:
mov ax,EHEAP
jmp .fat
push ax
call .trp
jmp bx