CMOS: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(minor corrections, added notice about Microsoft Visual C++)
Line 6: Line 6:


== Example Reading ==
== Example Reading ==
Example, showing how to read from the CMOS: (this examples contains intel style [[assembly]], not [[GAS]] which is used in [[GCC]])
Example, showing how to read from the CMOS: (this example contains intel style [[assembly]] used in Microsoft Visual C++, not [[GAS]] which is used in [[GCC]])


<pre>
<pre>
Line 37: Line 37:


== Example Writing ==
== Example Writing ==
Example showing how to write:
Example showing how to write (still Intel-style syntax used in Microsoft Visual C++):


<pre>
<pre>