zig build-exe main.zig
./main out/test.zig.6 # to see general info about the file
DISASM=1 ./main out/test.zig.6 | ndisasm -b 64 - # disasseble the machine code in the file
./main out/test.zig.6 exit2 # see file and line of symbol in file (if there is debug info)
info: file from exit2: `/home/jacob/.local/zig/0.9.0-dev.1737+c42763f8c/files/lib/std/start.zig:105`
-
Notifications
You must be signed in to change notification settings - Fork 0
g-w1/plan9zig
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A plan9 executable and debug info parser
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published