Skip to content

1.9.0

Compare
Choose a tag to compare
@AngheloAlf AngheloAlf released this 18 Feb 16:18
· 77 commits to master since this release
a5350eb

[1.9.0] - 2024-02-18

Added

  • Implement neg pseudo.

Changed

  • Instruction.getProcessedImmediate now raises an exception if the
    instruction does not contain an immediate field.
  • Instruction.getInstrIndexAsVram now raises an exception if the
    instruction does not contain an jump label field.
  • Instruction.getBranchOffset now raises an exception if the
    instruction does not contain an branch label field.
  • Extend Python's Instruction documentation.

Deprecated

  • Instruction.isImplemented: Use Instruction.isValid instead.