replace _asm with intrinsic equivalent

Posted by coolsun20 on Stack Overflow See other posts from Stack Overflow or by coolsun20
Published on 2010-06-02T20:54:44Z Indexed on 2010/06/02 21:24 UTC
Read the original article Hit count: 159

Filed under:

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

© Stack Overflow or respective owner

Related posts about intrinsics