Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.54 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.54 KB

Assembly program to define an array with N numbers stored in an array which down counts to N

image

PRE-REQUISITES

  • Jupyter Notebook
  • Nand2Tetris

CODES

  • DOWNCOUNT.asm - Assembler Program
  • DOWNCOUNT.hack - Hack assembler output file (generated from the Hack assembler python code)
  • HACK_ASSEMBLER.ipynb - Hack assembler python code

The HDL code for the chips (InstructionMemory, Memory, CPU, ComputerChip and then others like ROM32K,RAM16K,Not,Mux16,Or,And,ALU,DRegister,PC) have also been uploaded The report for the project - EOC_downcount.pdf

SNIPPET FROM THE PROJECT

CPU Emulator Output

image

REFERENCES