Fixed mixed-case bug for keywords (so now oddities such as INy are parsed correctly).v1.07
commit19c26f2ecaa4a7fb7559f3a69fd71165b8159b3b
authorRichTW <richtw1@gmail.com>
Thu, 6 Oct 2011 16:15:30 +0000 (6 18:15 +0200)
committerRichTW <richtw1@gmail.com>
Thu, 6 Oct 2011 16:15:30 +0000 (6 18:15 +0200)
treec2d2bc90554b67e438bf046a6f74d039d64d4097
parent9dec4177f16125a2bfef0772a81f04a3b03c0324
Fixed mixed-case bug for keywords (so now oddities such as INy are parsed correctly).
Now function keywords require an open bracket immediately afterwards (which now means that symbol names such as HIGHSCORE, which start with the keyword HI, are valid).
beebasm.exe
demo.ssd
src/assemble.cpp
src/commands.cpp
src/expression.cpp
src/main.cpp