4 lines
87 B
Bash
4 lines
87 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
gdb ./zig-out/bin/nmvm -ex 'b arch.x86-64.execute' -ex 'layout asm' -ex 'r'
|