]> Shamusworld >> Repos - rmac/commit
Fix ccdef
authorJames Jones <atari@theinnocuous.com>
Mon, 15 Aug 2022 05:54:18 +0000 (22:54 -0700)
committerShamus Hammons <jlhamm@acm.org>
Tue, 16 Aug 2022 17:24:36 +0000 (12:24 -0500)
commit5bcbdf7308a9ab215176e3dd712b399c783fd96e
treee17a26d5c696714c33e45a3749a20ecba1cd838f
parentb2ad602f5c4b9bd8f2a9bf80da127e9cc4644f8e
Fix ccdef

ccdef was broken by the following commit:

  commit 7d748dc6e2259984c9093c48d84ae1ed280632ad
  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.
kw.tab
unary.tab