phlogiston ~master (2022-03-16T03:36:29.831741)
Dub
Repo
AssemblerApp
phlogiston
cli
assembler
Interface for the assembler app.
class
AssemblerApp {
void
execute
(string inputFile, string outputFile);
}
Members
Functions
execute
void
execute
(string inputFile, string outputFile)
This routine executes the assembler application.
Meta
Source
See Implementation
phlogiston
cli
assembler
classes
AssemblerApp
Interface for the assembler app.