assembly - NASM syntax in GDB -
I can provide Intel syntax to GDB, but there are differences between NASM and MASM:
Code> NASM: mov eax, [variable] MASM: mov eax, variable
How can I specify NASD syntax GDB?
You can not do GDB only supports AT & T and Intel NASM is very similar (but A bit different) uses the macro codeal format.
Comments
Post a Comment