Skip to content

Commit

Permalink
dasm_x86: Added RDPMC instruction
Browse files Browse the repository at this point in the history
RDPMC is "Read Performance-Monitoring Counters".

The disassembler already recognizes this instruction.
  • Loading branch information
lukego committed Aug 17, 2015
1 parent 91a516f commit 2fcd543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dasm_x86.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1151,6 +1151,7 @@ local map_op = {
bts_2 = "mrqdw:0FABRm|miqdw:0FBA5mU",

rdtsc_0 = "0F31", -- P1+
rdpmc_0 = "0F33",
cpuid_0 = "0FA2", -- P1+

-- floating point ops
Expand Down

0 comments on commit 2fcd543

Please sign in to comment.