Very simple .LIST and .NLIST implementation.

Thanks to Don North. Also added a simple test.
Fixes #3.
This commit is contained in:
Olaf Seibert
2017-04-23 13:51:53 +02:00
parent c771c875cb
commit eb60cfe315
4 changed files with 56 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ TESTS="test-asciz \
test-impword \
test-include \
test-jmp \
test-listing \
test-locals \
test-macro-comma \
test-prec \