ack/mach/z8000/libem/strhp.s

16 lines
219 B
ArmAsm
Raw Normal View History

1985-01-08 11:48:43 +00:00
.define strhp
1987-01-19 10:51:50 +00:00
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
1985-01-08 11:48:43 +00:00
strhp:
popl RR2, *RR14
pop R0, *RR14
ld reghp, R0 !heappointer must be < stackpointer.
cp R0, R15
jp ULT, *RR2
push *RR14, $EHEAP
jr fatal