Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimcetin authored Nov 1, 2024
1 parent 07e5c59 commit f2f3d4a
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 @@ -23,15 +23,15 @@ This project provides an implementation of the LC-3 virtual machine in Swift. It
## Running LC3VM

To run an LC-3 binary file using the LC3VM executable, use the following command:
```swift
```bash
swift run LC3VM /path/to/your/lc3/binary/file.obj
```

This will load the specified binary file into the LC-3 virtual machine and start execution.

### Example Programs
You can find example LC-3 assembly programs in the `Programs` directory. To run one of these programs, use the following command:
```swift
```bash
swift run LC3VM Programs/<program_name>.obj
```

Expand All @@ -52,4 +52,4 @@ import LC3VMCore
This project is licensed under the MIT License. See the LICENSE file for details.

## Acknowledgments
This project is a port of the LC-3 VM described in [this guide](https://www.jmeiners.com/lc3-vm/). Special thanks to the original author for providing a detailed and educational implementation of the LC-3 virtual machine.
This project is a port of the LC-3 VM described in [this guide](https://www.jmeiners.com/lc3-vm/). Special thanks to the original author for providing a detailed and educational implementation of the LC-3 virtual machine.

0 comments on commit f2f3d4a

Please sign in to comment.