aboutsummaryrefslogtreecommitdiff
path: root/tests/cfg
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-02-02 23:13:57 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-02-02 23:22:47 +0100
commit31dd071e927ab4375db6c408c08ab776e4a5c655 (patch)
tree36a2d892bcd3162e8cf2ae875ed834cb50431432 /tests/cfg
parent6ab4d0aa58928bf9a5bc0b60d216e1cebaf9a5a8 (diff)
downloadtools.nes-31dd071e927a.tar.gz
tools.nes-31dd071e927a.zip
Change .fallthrough to __fallthrough__
Implementing it as a control statement has the bad thing that it's impossible to be compatible with other assemblers such as ca65, as you cannot create dummy control statements or something like that in there. Instead of that, we define it with the special underscores which are still valid for identifiers, and give a "compiler-specific thingie" flair to it. This also has the benefit that the parser can be a bit more strict. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'tests/cfg')
0 files changed, 0 insertions, 0 deletions