Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
quazi-irfan authored Jan 30, 2022
1 parent 3de4d9d commit ea5f180
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 @@ -30,7 +30,7 @@ TAC to x86 translation sucessful. Output at Hello.asm

Our compiler would would create Hello.tac and Hello.asm file. Hello.TAC
([Three Address Code](https://en.wikipedia.org/wiki/Three-address_code)) file contains our intermediate representation,
and Hello.ASM contains the x86 instructions.
and Hello.ASM contains the MASM style x86 assembly instructions.

Contant of the Hello.TAC file,
```
Expand Down

0 comments on commit ea5f180

Please sign in to comment.