This commit is contained in:
nub31
2025-05-05 16:05:27 +02:00
parent 2e7249fc87
commit b67d33455d
8 changed files with 126 additions and 70 deletions

View File

@@ -50,8 +50,7 @@ internal static class Program
var generator = new Generator(definitions);
var asm = generator.Generate();
// File.WriteAllText(output, asm);
Console.WriteLine(asm);
File.WriteAllText(output, asm);
return 0;
}