3.8.12. CADIDisassemblerStatus

The CADIDisassemblerStatus enumeration is:

enum CADIDisasmStatus
{
  CADIDISASM_OK,              // disassembling completed successfully
  CADIDISASM_NO_INSTRUCTION,  // current address points to illegal
                              // instructions/data
  CADIDISASM_ILLEGAL_ADDRESS, // address out of range (memory read failed)
  CADIDISASM_ERROR,           // other error
  CADIDISASM_OK_ISCALL = -1   // disassembly completed successfully,
                              // instruction is a call
};
Copyright © 2007 ARM Limited. All rights reserved.ARM DUI 0359B
Non-Confidential