tags:

views:

39

answers:

1

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
A: 

Thats it my code basically..

sunp76