NextInstruction()
Syntax
Result = NextInstruction()Description
Disassembles the next instruction after a call to ExamineAssembly(). Information about the disassembled instruction can be read with InstructionString() and InstructionAddress().
Parameters
None.
Return value
Nonzero if the instruction was successfully disassembled, zero otherwise ('*EndAddress' that was specified in ExamineAssembly() was reached).
See Also
ExamineAssembly(), InstructionAddress(), InstructionString()
Supported OS
All