This program translate code written on my language p16 to assembly code
If you only want to translate program written on p16 language to assembly code just dowloand EXE-file. The Translator.exe and the program written on p.16 language must be in one directory.
git clone https://github.com/SerhiiPavlyk/Translator
cd Translator
git status
md build
cd build
cmake ..
- Arithmetic operations
- Logical operations
- Comparison operations
- Input/output data
- "For" cycle like in C
- IF-Else like in C
- Data type: integer 32 bits
- Add comments
Examples of programs written on p.16 language are in an Examples folder.
Demo of working Translator. Translating file 1.p16 from p.16 language to assembly language.