/asm

C# translator of Assembly commands

Primary LanguageC#

asm

C# translator of Assembly commands

This C# programm translates assembly commands from *.asm sourse file into *.lst listing file of correct MASM/TASM format. Also, error messages are formed, if there are any syntax errors in *.asm code.

asm\bin\Debug\AsmKurs.exe - executable.

asm\bin\Debug\kurs.asm - valid source file.

asm\bin\Debug\kurer.asm - source file with errors in it.