fat.s 150 B

12345678910
  1. .sect .text; .sect .rom; .sect .data; .sect .bss
  2. .sect .text
  3. .define .fat
  4. .fat:
  5. .extern .trp
  6. .extern .stop
  7. call .trp
  8. call .stop
  9. ! no return