ack/mach/i86/libem/strhp.s

26 lines
317 B
ArmAsm
Raw Normal View History

1987-01-08 10:13:48 +00:00
.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
1985-02-07 15:33:13 +00:00
.define .strhp
.extern .reghp, .limhp, EHEAP, .trp
1985-02-07 15:33:13 +00:00
.strhp:
pop bx
pop ax
mov (.reghp),ax
cmp ax,(.limhp)
jb 1f
add ax,02000
and ax,~0777
mov (.limhp),ax
1988-07-13 12:51:57 +00:00
push ax
call _brk
or ax,ax
jne 2f
1985-02-07 15:33:13 +00:00
1:
jmp bx
2:
mov ax,EHEAP
push ax
call .trp
jmp bx