Quantcast
Channel: C++ Pointers in 64bit instructions - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Dany Bittel for C++ Pointers in 64bit instructions

Just found the answer in the Intel Developer Manual vol 1 page 70:"Generally, displacements and immediates in 64-bit mode are not extended to 64 bits. They are still limited to 32 bits and...

View Article



C++ Pointers in 64bit instructions

I'm writing a jit compiler (64bit only, windows). I need to access variables of the c++ program, by reference (pointer).Example: Adding a 32bit integer from memory to a 32bit register, using this...

View Article
Browsing latest articles
Browse All 2 View Live


Latest Images