Skip to content

GyeongHoKim/8051_snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8051 Snake Game

Project of
Making Arcade Console of snake_game with Intel 8051

example_picture

Algorithm

한국어

algorithm_ko

English

algorithm_en

Hardware

  • Intel MCS-51
  • 8 * 8 LED dot matrix
  • 5 * 5 Keypad
  • 7-segment Array

About Intel MCS-51

intel_mcs_51

A single chip microcontroller (MCU) series developed by Intel for use in embedded systems.

  • 8-bit microcontroller
  • 4KB ROM
  • 128B RAM
  • 128B SFR
  • external program memory & data memory are extendable for 64KB respectively
  • two 16-bit timer/counter
  • 5 interrupt source with hierarchy
  • provide power control mode

microarchitecture