How to call MessageBoxA using Zig in Windows
OS: Windows 10 22H2Zig: 0.12
Compile messagebox.zig:
PS C:\prj> zig build-exe messagebox.zig -lc
Hello world assembly on x86 Linux Save code below as hello.asm global _start section .data message: db 'hello, world!', 10 secti...
No comments:
Post a Comment