cif.s 207 B

1234567891011121314151617181920
  1. .define .cif
  2. .sect .text
  3. .sect .rom
  4. .sect .data
  5. .sect .bss
  6. .sect .text
  7. .sect .text
  8. .cif : cmpd 4, 4(sp)
  9. beq 4f
  10. cmpd 8, 4(sp)
  11. beq 8f
  12. ret 8
  13. 4:
  14. movdf 12(sp),12(sp)
  15. ret 8
  16. 8:
  17. movdl 12(sp), 8(sp)
  18. ret 4