Initial commit

This commit is contained in:
2024-03-04 12:49:28 +01:00
commit a55b4f6d88
23 changed files with 8461 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
extern void asm_main(void);
int main(void)
{
asm_main();
}