assembler stub

This commit is contained in:
2026-07-16 12:42:27 +10:00
parent d5a0df1299
commit 6a91f64fce
4 changed files with 73 additions and 1 deletions

3
src/assembler/assemble.h Normal file
View File

@@ -0,0 +1,3 @@
#pragma once
void assemble(const char* input, const char* outputFileName);