CMOS: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
minor corrections, added notice about Microsoft Visual C++
Combuster (talk | contribs)
m Reverted edits by Imate900 (Talk); changed back to last version by Jnc100
Line 6:
 
== Example Reading ==
Example, showing how to read from the CMOS: (this exampleexamples 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>