Skip to content

Instantly share code, notes, and snippets.

@palash25
Created October 17, 2024 13:11
Show Gist options
  • Save palash25/0d4292d9db75f51c178de29fd9be3b0f to your computer and use it in GitHub Desktop.
Save palash25/0d4292d9db75f51c178de29fd9be3b0f to your computer and use it in GitHub Desktop.
how to emit assembly for zig code
use the following command, assuming you want to emit assembly for a test binary and the file under test is `src/root.zig`
`zig test -femit-asm=out.s src/root.zig`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment