Olaf Seibert
eb60cfe315
Very simple .LIST and .NLIST implementation.
...
Thanks to Don North. Also added a simple test.
Fixes #3 .
2017-04-23 18:25:17 +02:00
Olaf Seibert
d76e294b06
Add some tests for operators and their (lack of) precedence.
2015-11-09 21:24:10 +01:00
Olaf Seibert
82f68e0d60
Implement .RAD50 <CHR> syntax, and tests.
2015-11-09 21:17:57 +01:00
Olaf Seibert
137a9db671
More tests. Refine string delimiter test for .ASCII a bit.
...
Make the delimiters for .INCLUDE and .LIBRARY accept the same
delimiters (= is not disallowed, it just makes the line look like
an assignment).
2015-06-04 12:11:14 +02:00
Olaf Seibert
c423ee346a
Handle invalid expressions in .WORD directives with a message.
...
This is most relevant in implied .WORD directives which are caused by an
attempt to call a macro (which happens to be undefined) with arguments
that don't parse as valid expressions.
2015-06-01 23:30:16 +02:00
Olaf Seibert
a24e3ba3ea
Fix check for JMP Rn (which is illegal).
2015-05-31 23:34:05 +02:00
Olaf Seibert
bc450511d8
Add some tests for things I have fixed while the last weeks.
2015-05-27 21:54:00 +02:00