Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. FILL: R00 <- ?
  2. @0x80 <- R00
  3.  
  4. R01 <- @0x02
  5. R01 <- R01++
  6. @0x02 <- R01
  7.  
  8. R02 <- @0xFE
  9. R03 <- 0
  10. RF <- R02 ~ R03
  11. RC <- @FILL(Z)
  12.  
  13. LOOP: R00 <- @0xD0
  14. R01 <- @0X80
  15.  
  16. R02 <- @0x12
  17. R02 <- R02++
  18. @0x12 <- R02
  19.  
  20. RF <- R01 ~ R00
  21. RC <- @L1(Z)
  22.  
  23. R00 <- -2
  24. RF <- R00 ~ R02
  25. RC <- @L3 (Z)
  26. RC <- @LOOP
  27.  
  28. L1: R03 <- R03++
  29.  
  30. RC <- @LOOP
  31.  
  32. L3: @0XFF <- R03
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement