
-------------------------------------
TMPview v1.2
-------------------------------------

    FEAT: Some error output was made more clear/useful to help debug future
          issues that may arise with additional input files
    BUG:  brk is now recognized/translated properly.
    BUG:  labels on lines with a program counter assignment were omitted.
    BUG:  parser is more tolerant of source code with an odd/corrupt label
          table - null label entries are skipped



-------------------------------------
TMPview v1.1
-------------------------------------

    FEAT: Default behaviour when translating string and character literals
           is to encode non-printable ASCII output into tokens 'compatible'
           with tok64/bastext (e.g., "{reverse off}"). Two additional options
           are available to change this behaviour: "-b"/"--byte-dec" will
           translate all string/character literals into sequences of .byte
           statements using decimal notation. "-B"/"--byte-hex" will perform
           a similar translation, outputting in hex notation. TMPview would
           formerly ignore "non-printable" ASCII output.
    FEAT: New option, "-S"/"--screen", to translate .text/.null/.shift
           statements into .screen statements. This attempts to be smart
           about identifying those string literals that appear to consist
           of screencodes instead of so-called "chrout" PETSCII.
    FEAT: "-i"/"--in" not required ("tmpview <file>" works)
    FEAT: If an input filename is not specified using "-i"/"--in", nor taken
           from a loose argument as above, input will be taken from stdin.
    FEAT: Added identification and translation of sources saved by "Turbo
           Assembler Professional v1.1lm" by Mr. Fiz/Samar, a plain turbo
           variant with sources starting at $8a00.
    FEAT: Added identification (but not translation) of sources saved by
           "Turbo Macro Cross Assembler v1.0" by Jolz/Onslaught, a
           substantial modification of plain turbo with sources starting
           at $87ff.
    FEAT: Added recognition of extra DTV v2 opcodes [0000110].
    FEAT: "--omit-source" added as a ditto for "-O".
    BUG:  bit absolute opcodes were incorrectly output as x indexed [0000091]
    BUG:  some command line options could cause abnormal termination at
           least on windows (e.g. "-o" without a corresponding filename)
           [0000090]
    BUG:  accumulator addressed opcodes (e.g. lsr, rol) now more accurately
           mimic the output from TMP/Turbo Assembler by including the 'a'
           (e.g. "lsr a" instead of just "lsr").
    BUG:  sometimes the last source code line was omitted from output.
