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

Method CreateASM

Source/ExportDialog.cpp:309–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309void CExportDialog::CreateASM()
310{
311 WithFile(L"music.asm", [&] (CSimpleFile &OutputFile) {
312 CWaitCursor wait;
313
314 CCompiler Compiler(*CFamiTrackerDoc::GetDoc()->GetModule(), std::make_unique<CEditLog>(GetDlgItem(IDC_OUTPUT)));
315 Compiler.ExportASM(OutputFile);
316 });
317}
318
319void CExportDialog::OnBnClickedPlay()
320{

Callers

nothing calls this directly

Calls 2

GetModuleMethod · 0.80
ExportASMMethod · 0.80

Tested by

no test coverage detected