Added Register operation

This commit is contained in:
n1474335 2017-09-28 16:27:39 +00:00
parent 35c9dca955
commit b86dceb3c6
4 changed files with 86 additions and 0 deletions

View file

@ -154,6 +154,7 @@ OpModules.Default = {
"Generate HOTP": OTP.runHOTP,
"Fork": FlowControl.runFork,
"Merge": FlowControl.runMerge,
"Register": FlowControl.runRegister,
"Jump": FlowControl.runJump,
"Conditional Jump": FlowControl.runCondJump,
"Return": FlowControl.runReturn,