We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd2c19 commit 56df82eCopy full SHA for 56df82e
Assembler/README.txt
@@ -1,17 +1,17 @@
1
# Python-Assembler
2
#WE NEED A FREE T-SHIRT
3
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
+To start the program you will need to type
5
6
``` python assembler.py code.txt ```
7
8
9
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.
+You can use many texfiles as input. These will be interpreted one by one.
11
12
-You find some examples in the directory 'examples'.
+You can find some examples in the directory 'examples'.
13
14
-For instance
+For instance-
15
16
```
17
$msg db "hello world"
0 commit comments