Skip to content

Commit 56df82e

Browse files
authored
Updated README
Fixed some errors
1 parent 8fd2c19 commit 56df82e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Assembler/README.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Python-Assembler
22
#WE NEED A FREE T-SHIRT
33
This program is a simple assembler-like (intel-syntax) interpreter language. The program is written in python 2.
4-
To start the program you will type
4+
To start the program you will need to type
55

66
``` python assembler.py code.txt ```
77

88

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

12-
You find some examples in the directory 'examples'.
12+
You can find some examples in the directory 'examples'.
1313

14-
For instance
14+
For instance-
1515

1616
```
1717
$msg db "hello world"

0 commit comments

Comments
 (0)