Skip to content

1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Mar 13:31
· 536 commits to master since this release

1.1.0 (2022-03-29)

Features

Other changes

  • Expressions should not collect diagnostics (#235) (45c2711)
  • Reduce data definition length evaluation dependencies (#239) (b07419f)
  • Use string_view in instructions and diagnostics (#226) (0652b66)

Fixes

  • AINSERT immediate variable evaluation (#243) (e8006e9), closes #236
  • Cross-section relative immediate references should be only warned upon (#240) (fe243de)
  • Document navigation does not work correctly in Untitled documents (#247) (4316546)
  • Incorrect module layout computed when ORG instruction is used in sections with multiple location counters (#241) (e5838c5)
  • Single char strings highlighting (#246) (37cd2d7)
  • System variables with subscripts (#233) (f01e81b), closes #212