Releases
1.3.0
Adds C++ bindings
Fix missing operands on some trap instructions
Fix buffer size calculation for disassembly
Deprecated functions/methods:
Instruction#getImmediate()
: Use Instruction#getProcessedImmediate()
instead
Instruction#getGenericBranchOffset()
: Use Instruction#getBranchOffsetGeneric()
instead
Instruction#mapInstrToType()
: Use Instruction#getAccessType()
instead
Instruction#isUnknownType()
Instruction#isJType()
: Use Instruction#isJumpWithAddress()
instead
Instruction#isIType()
: Use Instruction#hasOperandAlias(OperandType.cpu_immediate)
instead
Instruction#isRType()
Instruction#isRegimmType()
New functions/methods:
Instruction#getBranchOffsetGeneric()
: Like Instruction#getGenericBranchOffset()
, but does not require the currentVram
parameter
Instruction#getBranchVramGeneric()
Instruction#getDestinationGpr()
Instruction#hasOperandAlias()
Instruction#isJumpWithAddress()
Instruction#readsHI()
Instruction#readsLO()
Instruction#modifiesHI()
Instruction#modifiesLO()
Instruction#getAccessType()
InstrCategory#fromStr()
New enums:
You can’t perform that action at this time.