Skip to content

Release 2.8.1

Compare
Choose a tag to compare
@informedcitizenry informedcitizenry released this 19 Nov 13:07
· 76 commits to master since this release

Release 2.8.1

Features

  • The three-way compare operator <=>.
  • The ternary expression a?b:c.
  • More performance improvements to the evaluation engine.
  • Individual chars in string constants be accessed by index.

Changes

  • Subscript expressions allowed for certain illegal values.
  • Minor changes to listing output preamble.

Fixes

  • Certain directives would error if they were preceded by labels.
  • Fixed a defect where assembly bytes in listing output were blank after .relocate directive.