AssemblerApp.execute

This routine executes the assembler application.

class AssemblerApp
void
execute
(
string inputFile
,
string outputFile
)

Parameters

inputFile
Type: string

The file to read assembly language code from.

outputFile
Type: string

The file to write the bytecode string into.

Meta