Advertisement
OCGer

CCL Bytecode Prototype 1

Nov 2nd, 2016
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. mark _while_1_start
  2. 0 load test
  3. 1 if _while_1_continue
  4. 2 goto _while_1_end
  5. mark _while_1_continue
  6. 3 newscope
  7. 4 oldscope
  8. 5 goto _while_1_start
  9. mark _while_1_end
  10. 6
  11.  
  12. ------------------------
  13.  
  14. 0 1 2 3 4 5 //Command index
  15. L4test ?3 G6 { } G0 //Commands
  16. 1 2 6 4 5 0 //Jump map
  17.  
  18. ------------------------
  19.  
  20. 1; //Jump index length
  21. 6 //Jump index count
  22. 126450 //Jump map
  23. L4test?3G6{}G0 //Commands
  24.  
  25. ------------------------
  26. 1;6126450L4test?3G6{}G0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement