Changed jumps from index based to label base. Updated test.

This commit is contained in:
bwhitn 2017-11-24 10:12:08 -08:00
parent 7abda44fd6
commit f01c0adee2
5 changed files with 78 additions and 28 deletions

View file

@ -151,6 +151,7 @@ OpModules.Default = {
"Fork": FlowControl.runFork,
"Merge": FlowControl.runMerge,
"Register": FlowControl.runRegister,
"Label": FlowControl.runComment,
"Jump": FlowControl.runJump,
"Conditional Jump": FlowControl.runCondJump,
"Return": FlowControl.runReturn,