Quantcast
Channel: Inline Assembly Stack Behavior - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by R.. GitHub STOP HELPING ICE for Inline Assembly Stack Behavior

You can't do that.Inline asm must document to the compiler the inputs it takes, the outputs it produces, and any other state it clobbers as part of its execution. Yours fails to do so, but perhaps more...

View Article



Inline Assembly Stack Behavior

I'm trying to integrate my assembly code into c programs to make it easier to access. I try to run the following code (I'm on an x64 64 bit architecture) void push(long address) { __asm__...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images