Question

In AT&T's syntax for x86 one must use $ to indicate literals. Does that mean that if I specify a single number the program will go look for the data contained in that memory adress?

For example:

movl 1,%eax

Would this try to move the data in the 0x00000001 memory section to a register? I know it will most likely fail when looking for it, I'm just curious.

Pas de solution correcte

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top