_close.s 145 B

12345678910
  1. .define __close
  2. .sect .text
  3. .sect .rom
  4. .sect .data
  5. .sect .bss
  6. .extern __close
  7. .sect .text
  8. __close: move.w #0x6,d0
  9. move.w 4(sp),a0
  10. jmp callc