mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 00:36:16 -04:00
Changed jumps from index based to label base. Updated test.
This commit is contained in:
parent
7abda44fd6
commit
f01c0adee2
5 changed files with 78 additions and 28 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue