Skip to content

Instantly share code, notes, and snippets.

@torpedo87
Last active January 28, 2020 14:05
Show Gist options
  • Save torpedo87/9f0165c64982d56a31f2bec086bce19b to your computer and use it in GitHub Desktop.
Save torpedo87/9f0165c64982d56a31f2bec086bce19b to your computer and use it in GitHub Desktop.

computer architecture

memory

  • register 들이 모여서 만든 RAM

CPU

  • ALU
  • Program Counter

Hack computer

ROM

  • plug and play ROM chip

CPU

input

  • data value
  • instruction
  • reset bit

output

  • data value
  • write to memory
  • memory address
  • address of next instruction

Memory

  • data memory
  • screen memory map
  • keyboard memory map
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment