Let's say .data section has following item:
0x1234 00010203 04050607 08090a0b 0c0d0e0f
0x1238 10000000
And in code,
mov $0x1234, %eax
mov 0x1238, %ebx
I believe with $ symbol, it would be constant number, so %eax will have memory address, but what about %ebx?
What exactly different between two instruction?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…