Assembler patch
Robert Swindells <[email protected]> Sat, 2 Aug 2008 13:41:51 +0100 (BST)
| Newsgroups | gmane.lisp.movitz.devel |
|---|---|
| Message-ID | <[email protected]> |
Add definition for RDMSR instruction. Index: asm-x86.lisp =================================================================== RCS file: /project/movitz/cvsroot/movitz/asm-x86.lisp,v retrieving revision 1.38 diff -u -r1.38 asm-x86.lisp --- asm-x86.lisp 12 Apr 2008 16:46:48 -0000 1.38 +++ asm-x86.lisp 2 Aug 2008 12:21:40 -0000 @@ -2029,6 +2029,11 @@ (define-operator* (:16 :pushfw :32 :pushfl :64 :pushfr) () (opcode #x9c)) +;;;;;;;;;;; RDMSR + +(define-operator/none :rdmsr () + (opcode #x0f32)) + ;;;;;;;;;;; RDTSC (define-operator/none :rdtsc ()