fat.s 113 B

1234567891011
  1. .define .fatal
  2. .sect .text
  3. .sect .rom
  4. .sect .data
  5. .sect .bss
  6. .sect .text
  7. .fatal:
  8. jsr .trp
  9. jmp EXIT
  10. .align 2