Commit Graph

6 Commits

Author SHA1 Message Date
James Jones 5bcbdf7308 Fix ccdef
ccdef was broken by the following commit:

  commit 7d748dc6e2
  Author: ggn <ggn@atari.org>
  Date:   Thu Mar 24 13:28:09 2022 +0200

      Fix for #159: Split register sets according to architecture into
      different tables so they don't clash with label/symbol names.
      Modified tokeniser to use different tables when scanning for
      registers

This change fixes it by moving the ccdef and .ccdef
tokens from the unary table to the keyword table.
2022-08-16 12:24:36 -05:00
ggn 7d748dc6e2 Fix for #159: Split register sets according to architecture into different tables so they don't clash with label/symbol names. Modified tokeniser to use different tables when scanning for registers 2022-05-30 14:56:38 -05:00
ggn 09135712da .equr overhaul part 5: enabled .equr for all registers for all architectures 2022-05-30 14:17:59 -05:00
ggn 1df6df8dae .equr overhaul part 4: handle equrundef (and the other permutations of the directive) 2022-05-30 14:17:59 -05:00
ggn c299aabe0a Implement ^^FILESIZE unary operator that returns the file size of a given file. Minor doc update 2020-01-02 08:42:49 -06:00
Shamus Hammons 30a2086548 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!
2018-06-23 11:57:21 -05:00
Renamed from kwtab (Browse further)