CPU Registers x86: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
No edit summary
m Bot: Replace deprecated source tag with syntaxhighlight
 
Line 247: Line 247:
|}
|}
NOTE: This register is the only control register that can be written and read via 2 ways unlike the other that can be accessed only via the MOV instruction
NOTE: This register is the only control register that can be written and read via 2 ways unlike the other that can be accessed only via the MOV instruction
<source lang="asm">
<syntaxhighlight lang="asm">
; First way:
; First way:
; Write:
; Write:
Line 261: Line 261:
; Read:
; Read:
smsw reg
smsw reg
</syntaxhighlight>
</source>


====CR1====
====CR1====