profil.s 205 B

1234567891011121314
  1. .define _profil
  2. .extern _profil
  3. .sect .text
  4. .sect .rom
  5. .sect .data
  6. .sect .bss
  7. .sect .text
  8. _profil: move.l #0x2C,d0
  9. move.l 4(sp),a0
  10. move.l 8(sp),d1
  11. move.l 12(sp),a1
  12. move.l 16(sp),d2
  13. trap #0
  14. rts