1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-16 19:28:44 +10:00
collapseos/parts/platforms/rc2014.inc
2019-04-12 15:53:05 -04:00

6 lines
180 B
C++

; classic RC2014 setup (8K ROM + 32K RAM) and a stock Serial I/O module
RAMEND .equ 0xa000
ACIA_CTL .equ 0x80 ; Control and status. RS off.
ACIA_IO .equ 0x81 ; Transmit. RS on.