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().
Return value
Returns nonzero if the instruction was successfully disassembled. Returns zero if there was no instruction to disassemble anymore. (the *EndAddress that was specified in ExamineAssembly() was reached)
Supported OS
Windows, Linux, MacOS X (x86)