*** empty log message ***

This commit is contained in:
ceriel 1987-02-18 16:41:57 +00:00
parent 3e3ebc6b8b
commit 80fe557cf3
2 changed files with 2 additions and 8 deletions

View file

@ -3,7 +3,7 @@
.define xbrk
.define np
.extern _brk
.extern xbrk
.extern xbrk,endbss
.extern np, cerror
_brk:
mov bx,sp
@ -35,5 +35,5 @@ xbrk:
pop di
ret
.sect .data
np: .data2 0
np: .data2 endbss
.sect .text

View file

@ -4,7 +4,6 @@
.define hol0,.reghp,.limhp,.trppc,.ignmask
.define ERANGE,ESET,EHEAP,ECASE,EILLINS,EIDIVZ,EODDZ
.extern _end
.extern np
ERANGE = 1
ESET = 2
@ -26,11 +25,6 @@ begtext:
push ax
push bx
push cx
mov (np),begbss
mov bx,endbss
push bx
call _brk ! allocate space for bss
pop si
xor bp,bp
call _m_a_i_n
int 0x81