Global Asm: comptime{ asm("nop"); //Your asm here } Calling Main From an arbitrary point: const root = @import("root"); //.... root.main();
Global Asm: comptime{ asm("nop"); //Your asm here } Calling Main From an arbitrary point: const root = @import("root"); //.... root.main();