zasm can now assemble acia!

This commit is contained in:
Virgil Dupras 2019-05-17 13:23:16 -04:00
parent 807bd70b63
commit 26e5c1de43
1 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
add a, b
.equ RAMSTART 0x4000
.equ ACIA_CTL 0x80 ; Control and status. RS off.
.equ ACIA_IO 0x81 ; Transmit. RS on.
#include "core.asm"
inc b
#include "parse.asm"
.equ ACIA_RAMSTART RAMSTART
#include "acia.asm"