sync.s 125 B

123456789
  1. .sect .text; .sect .rom; .sect .data; .sect .bss
  2. .sect .text
  3. sync = 36
  4. .define _sync
  5. _sync:
  6. .data2 0x0000
  7. chmk $sync
  8. ret