Skip to content

PritiShaw/8085-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

160a601 · Sep 29, 2019

History

22 Commits
Sep 28, 2019
Sep 26, 2019
Sep 26, 2019
Sep 15, 2019
Sep 26, 2019
Sep 29, 2019
Sep 26, 2019
Sep 23, 2019
Sep 26, 2019

Repository files navigation

8085-Simulator

JUBCSE Systems programming Assignment 3

The Team

  1. Dibyajyoti Dhar
  2. Akash Ghosh
  3. Rohit Rajat Chattopadhyay
  4. Priti Shaw
  5. Soumika Mukherjee

Please Note: Copy design.memory and rename the copy to .memory at first load.

To RUN

	chmod +x 8085
	./8085 <PATH TO ASSEBMBLY FILE>

To COMPILE

	gcc main.c -o 8085