Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
Fixed some errors
  • Loading branch information
ChillOrb authored Jul 23, 2019
1 parent 8fd2c19 commit 56df82e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Assembler/README.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Python-Assembler
#WE NEED A FREE T-SHIRT
This program is a simple assembler-like (intel-syntax) interpreter language. The program is written in python 2.
To start the program you will type
To start the program you will need to type

``` python assembler.py code.txt ```


After you hit 'enter' the program will interpret the source-code in 'code.txt'.
You can use many texfiles as input. These will be interpret one by one.
You can use many texfiles as input. These will be interpreted one by one.

You find some examples in the directory 'examples'.
You can find some examples in the directory 'examples'.

For instance
For instance-

```
$msg db "hello world"
Expand Down

0 comments on commit 56df82e

Please sign in to comment.