You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Executable file "C-- Simple IDE.exe". The program provides interface for compiling C-- code into assembler code. ASM code is saved in file "asmCode.asm".
It is possible to compile the MASM code further into binary code and run the program. Batch files and Irvine library are used for this (folder "Lib").
To properly run binary code MS Visual Studio 2010 must be installed!
2. Source code folder.
3. Syntax Summary for C-- language.pdf (english).
4. Program Descripton (Russian).pdf.
5. Several tests I used in the "Tests" folder.
6. Coding conventions in the folder CodingConventions.