Releases: DaveShepperd/llf
v11.07
Fixed a bug in 11.06 where a conditional had a '=' instead of a '=='.
Rolled version to 11.07. Deleted version 11.06 from github.
Fixed bug in expression handling in symdef (in version 11.05).
Modifications to better handle relative output and a literal pool used with macas.
Fixed text in some error messages.
Made -cross and -rel negatable.
Rolled version to 11.06
v11.04
Fixed it to build and run as a 64 bit application on 64 bit O/S.
Rewrote the handling of command line options.
No changes in function from previous version, but nearly all source files had to be edited.
v10.17
Fixed to report as error 68k 8 bit branch offset being odd or 0.
v10.16
Added a check for DECLARE variable attempting to redefine an existing variable to a different value. Added a suppress to warning message about a DECLARE variable not being used if -quiet selected.