NextInstruction()

语法

Result = NextInstruction()
概要
Disassembles the next instruction after a call to ExamineAssembly(). Information about the disassembled instruction can be read with InstructionString() and InstructionAddress().

参数

无.

返回值

Nonzero if the instruction was successfully disassembled, zero otherwise ('*EndAddress' that was specified in ExamineAssembly() was reached).

参阅

ExamineAssembly(), InstructionAddress(), InstructionString()

已支持操作系统

Windows, Linux, MacOS X (x86)

<- InstructionString() - OnError Index - OnErrorCall() ->