add multiple outputs
This commit is contained in:
@@ -7,7 +7,7 @@ int main(int argc, char** argv) {
|
||||
try {
|
||||
auto output = ParseFile("test.asm");
|
||||
|
||||
OutputFile(output, "test.bin");
|
||||
OutputFileBinary(output, "test.bin");
|
||||
} catch (std::runtime_error& e) {
|
||||
std::cerr << e.what() << std::endl;
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user