diff --git a/Assembler/README.txt b/Assembler/README.txt index 91aecd6b719..438d4412938 100644 --- a/Assembler/README.txt +++ b/Assembler/README.txt @@ -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"