Skip to content

DeepthiSudharsan/Downcount-Assembly-Program

Repository files navigation

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