fixes for assembler - label addrs and DAT statements
authorJustin Wind <justin.wind@gmail.com>
Sun, 22 Apr 2012 20:20:10 +0000 (13:20 -0700)
committerJustin Wind <justin.wind@gmail.com>
Sun, 22 Apr 2012 20:20:10 +0000 (13:20 -0700)
commit34245ba6868f5d0580c3f16dbd68a4f973ef27f8
tree403b75d52e6a54bfe53c2b1b391e0df59e6414f8
parenta9191ba0a5fc210884f9cbcb7174b5dec09d2db6
fixes for assembler - label addrs and DAT statements

Assembler now handles DATs correctly, fixed some issues with labels getting incorrect addresses.
Assembler still does not correctly generate short-form addresses, though.

Added README file.
README [new file with mode: 0644]
as-dcpu16.c