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.
2 parents e5fe06f + e1873f3 commit 48e2a1bCopy full SHA for 48e2a1b
Assembler/README.txt
@@ -6,7 +6,7 @@ To start the program you will type
6
``` python assembler.py code.txt ```
7
8
9
-After you type 'enter' the program will interpret the source-code in 'code.txt'
+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.
11
12
You find some examples in the directory 'examples'.
@@ -32,4 +32,3 @@ END PROGRAM
32
```
33
34
**Refer to GUIDE.txt to read a guide**
35
-
0 commit comments