Skip to content

v2.0.0

Compare
Choose a tag to compare
@jkotlinski jkotlinski released this 22 Mar 09:48
· 365 commits to master since this release

[2.0.0] - 2020-03-22

Changed

  • Startup BASE is now DECIMAL instead of HEX.
  • S" now only works when compiling.
  • Renamed VI to V, to avoid confusion with vi.
  • Renamed >CFA to >XT.

Added

  • :NONAME, BYE, /STRING, PARSE-NAME, FIND-NAME
  • VICE label dumper. 'include viceutil' and DUMP-LABELS
    to generate a label file for VICE debugging.
  • V: * and n commands

Fixed

  • Evaluating an INCLUDE would corrupt the evaluated string.
    Broke in 1.6.7.
  • Code stripping tutorial did not work.
  • WORD did not work while interpreting.
  • REQUIRED marked a file as included even if it was not found.
  • MARKER did not reset REQUIRED state.
  • V: / was broken when searching for a single character.
  • V: q: switched in BASIC rom.
  • V: error when clearing buffer with dd.
  • V: cancelling :w! changed the active filename.