.define _close
.extern _close
.sect .text
.sect .rom
.sect .data
.sect .bss
_close: move.w #0x6,d0
move.l 4(sp),a0
jmp callc