zasm can now assemble acia!
This commit is contained in:
parent
807bd70b63
commit
26e5c1de43
@ -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"
|
#include "core.asm"
|
||||||
inc b
|
#include "parse.asm"
|
||||||
|
.equ ACIA_RAMSTART RAMSTART
|
||||||
|
#include "acia.asm"
|
||||||
|
Loading…
Reference in New Issue
Block a user