AssemblerApp.execute

This routine executes the assembler application.

class AssemblerApp
void
execute
(
string inputFile
,
string outputFile
)

Parameters

inputFile string

The file to read assembly language code from.

outputFile string

The file to write the bytecode string into.

Meta