.define _brk
.sect .text
.sect .rom
.sect .data
.sect .bss
.extern _brk
_brk:
enter[], 0
movd 8(fp),@.reghp
movd 0,r4
exit []
ret 0