Skip to content

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 28 May 15:05

Changed

  • Dedicated 68 icon for source files
  • Parser error messages: shorten and align with semantics from mnemonic doc
  • Deprecated mnemonic variants: highlight with strikethrough in editor and mnemonic docs (currently only MOVEA)

Added

  • Constant expression inspection: check expression overflow, number value, instruction operand value
  • Editor Color Scheme settings: highlight rem/erem block as Deleted Text (Comments | Rem/Erem block)
  • opt directive arguments: support Code | Move Element Left/Right and Flip Comma intention
  • CMP/CMPI: support #Imm,<DATA_WITHOUT_IMMEDIATE> variant (MC68020+)
  • DIVS/DIVU/MULS/MULU: support <DATA>,Dr:Dq variant (MC68020+)

Fixed