CMOS: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
minor corrections, added notice about Microsoft Visual C++
Line 6:
 
== Example Reading ==
Example, showing how to read from the CMOS: (this examplesexample contains intel style [[assembly]] used in Microsoft Visual C++, not [[GAS]] which is used in [[GCC]])
 
<pre>
Line 37:
 
== Example Writing ==
Example showing how to write (still Intel-style syntax used in Microsoft Visual C++):
 
<pre>