replace _asm with intrinsic equivalent - by coolsun20 How can I replace the following 32-bit driver assembly to intrinsic as I am porting over my driver code to 64-bit: _asm jmp short $+8 Read the article