Re: New instructions
- From: "x87asm" <email.addx@xxxxxxxxxx>
- Date: Tue, 31 Jul 2007 12:29:27 -0500
I just scanned my latest download of AMD64-docs(07/2007)
and found this were not on my list yet:
oh great.. time to update my jump drive's copies again...
VMCALL 0f01D9Mistaken name?
aye... VMCALL is Intel's, VMMCALL is AMD's
instructions I find interesting were LZCNT and POPCNT...
LZCNT
Leading Zero CouNT
Counts leading zeros in a general register or 16/32/64 -bit memory
encoding: F3 0F BD /r
a.k.a.: REPZ BSR /r
POPCNT
bit POPulation CouNT
Counts set bits in a general register or 16/32/64 -bit memory
encoding: F3 0F B8 /r
0F B8 is an otherwise currently unused encoding
--
Bx.C / x87asm
.
- References:
- New instructions
- From: Wolfgang Kern
- Re: New instructions
- From: Rod Pemberton
- New instructions
- Prev by Date: Re: Definitions - What are yours?
- Next by Date: Re: Definitions - What are yours?
- Previous by thread: Re: New instructions
- Next by thread: check out my 16 bit DOS TASM syntax based tutorials for beginners
- Index(es):
Relevant Pages
|