Skip to content

Releases: DaveShepperd/llf

v11.07

28 Jan 20:51

Choose a tag to compare

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

20 Jul 20:02

Choose a tag to compare

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

14 Mar 02:41

Choose a tag to compare

Fixed to report as error 68k 8 bit branch offset being odd or 0.

v10.16

20 Dec 22:27

Choose a tag to compare

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.