I want to push 64 bit address on stack as below,
__asm("pushq $0x1122334455667788");
But I get compilation error and I can only push in following way,
__asm("pushq $0x11223344");
Can someone help me understand my mistake?
I am new to assembly, so please excuse me if my question sounds stupid.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…