Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham1172 authored May 13, 2019
1 parent a702efa commit 252bc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ An assembler is a piece of software that converts an assembly code into the devi
To assemble a program: <br>
```$ assembler.py /path/to/file.asm``` <br>

All mnemonic lookup hashtables are defined in [code](./assembler/code.py).<br>
All mnemonic lookup hashtables are defined in [convert](./assembler/convert.py).<br>
All predefined symbols and symbol hashtable are defined in [symbol_table](./assembler/symbol_table.py).

# Jack Virtual Machine
Expand Down

0 comments on commit 252bc7e

Please sign in to comment.