Mirror of CollapseOS
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

8 wiersze
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.