dup.s 146 B

123456789101112
  1. .sect .text; .sect .rom; .sect .data; .sect .bss
  2. .sect .text
  3. dup = 41
  4. .define _dup
  5. _dup:
  6. .data2 0x0000
  7. chmk $dup
  8. bcc 1f
  9. jmp cerror
  10. 1:
  11. ret