Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 469 Bytes

memory_map.md

File metadata and controls

18 lines (16 loc) · 469 Bytes

The memory map

General specifications

  • 16bit address space
  • 16bit data words
    • word addressable only!

Memory map:

  • RAM at 0000h
    • 1024 locations
  • Peripherals (starting at 0400h)
  • ROM at 2000h
    • contains the UART bootloader
    • 1024 locations