CPU Registers x86: Difference between revisions

m
Bot: Replace deprecated source tag with syntaxhighlight
[unchecked revision][unchecked revision]
No edit summary
m (Bot: Replace deprecated source tag with syntaxhighlight)
 
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
<sourcesyntaxhighlight lang="asm">
; First way:
; Write:
Line 261:
; Read:
smsw reg
</syntaxhighlight>
</source>
 
====CR1====