Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
feelqah authored Jan 18, 2021
1 parent 256bd04 commit 64af7f7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,21 @@ make
```
lc3_vm program is located in the bin dir.

example usage:
For running the lc3_vm:
```bash
./lc3_vm assembly_examples/obj/2048.obj

```

For building tests:
```bash
make test
```
run_tests program is located in root dir.

example usage:
For running the tests:
```bash
./run_tests tests/add/add.obj

```

## Contributing

Expand Down

0 comments on commit 64af7f7

Please sign in to comment.