Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
272B

  1. ; classic RC2014 setup (8K ROM + 32K RAM) and a stock Serial I/O module
  2. ; The RAM module is selected on A15, so it has the range 0x8000-0xffff
  3. RAMSTART .equ 0x8000
  4. RAMEND .equ 0xffff
  5. ACIA_CTL .equ 0x80 ; Control and status. RS off.
  6. ACIA_IO .equ 0x81 ; Transmit. RS on.