MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / ExportASM

Method ExportASM

Source/Compiler.cpp:441–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441void CCompiler::ExportASM(CSimpleFile &file) {
442 if (!CompileData())
443 return;
444 ExportBIN_ASM(file, nullptr, true); // // //
445}
446
447void CCompiler::SetMetadata(std::string_view title, std::string_view artist, std::string_view copyright) { // // //
448 title_ = conv::utf8_trim(title.substr(0, CFamiTrackerModule::METADATA_FIELD_LENGTH - 1));

Callers 2

CreateASMMethod · 0.80
CommandLineExportMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected