From: Shamus Hammons Date: Sat, 23 Jun 2018 16:57:21 +0000 (-0500) Subject: Cleanup of codebase and initial commit of 56K assembler by ggn. X-Git-Tag: v2.1.0~68 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=commitdiff_plain;h=30a208654896284b50e7b362e97d3e63ec717b96;hp=30a208654896284b50e7b362e97d3e63ec717b96;ds=sidebyside Cleanup of codebase and initial commit of 56K assembler by ggn. There's still a ways to go before this will work properly as we need to add proper fixup handling and origin (".org") bookkeeping. As it is now, the addition of all the miscellaneous bits and bobs to support the main 56K assembler are in place but they don't cause any regressions to the existing assemblers already present in RMAC. Stay tuned for Round 2! ---