Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 382 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 382 Bytes

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