acct.s 152 B

1234567891011
  1. .define _acct
  2. .sect .text
  3. .sect .rom
  4. .sect .data
  5. .sect .bss
  6. .sect .text
  7. .extern _acct
  8. .sect .text
  9. _acct: move.w #0x33,d0
  10. move.l 4(sp),a0
  11. jmp callc