csx.s 259 B

123456789101112131415161718192021
  1. #include "em_abs.h"
  2. .sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
  3. .define .csa
  4. .define .csb
  5. ! $Id$
  6. .csa:
  7. cmpl r0,$4
  8. bneq Iillins
  9. jmp .csa4
  10. .csb:
  11. cmpl r0,$4
  12. bneq Iillins
  13. jmp .csb4
  14. Iillins:
  15. pushl $EILLINS
  16. jmp .fat