Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahimtiazyousafzai authored Apr 29, 2024
1 parent 5d71132 commit 1bc85b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This project is a simple assembly code simulator built with Python and Tkinter.
- View the state of the CPU registers and RAM
- View the output of the code

## Instructions
## Instruction Set

The simulator supports the following instructions:

Expand Down Expand Up @@ -48,7 +48,7 @@ The simulator uses the following registers:
## Usage

1. Clone the repository to your local machine.
2. Run `simulator.py` to start the simulator.
2. Run `simulator.exe` from `dist/`to start the simulator or run the `simulator.py` file in any python supported IDE (ensure both the `simulator.py` and `interpreter.py` are in the same project).
3. Click the "Load Code File" button to load assembly code from a file.
4. Click the "Run" button to run the loaded code.
5. Click the "Step" button to step through the code one line at a time.
Expand All @@ -60,4 +60,4 @@ The simulator uses the following registers:

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

0 comments on commit 1bc85b4

Please sign in to comment.