Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
182B

  1. ld r0, X
  2. ld r1, Y
  3. ld r2, Z
  4. ld r3, X+
  5. ld r4, Y+
  6. ld r5, Z+
  7. ld r6, -X
  8. ld r7, -Y
  9. ld r8, -Z
  10. st X, r9
  11. st Y, r10
  12. st Z, r11
  13. st X+, r12
  14. st Y+, r13
  15. st Z+, r14
  16. st -X, r15
  17. st -Y, r16
  18. st -Z, r17