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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -