We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
next_instruction
1 parent 69a99e6 commit 49272edCopy full SHA for 49272ed
src/luasm.lua
@@ -443,6 +443,8 @@ end
443
--- The function advances `self.ip` until it finds a non‑nil instruction,
444
--- then calls its `run` method (the executor supplied when the instruction
445
--- was defined).
446
+--- @return boolean True if the instruction executed correctly
447
+--- False if there is no instruction or the instruction errored out
448
function interpreter:next_instruction()
449
::start::
450
0 commit comments