Created
September 19, 2016 06:16
-
-
Save prodeveloper0/51225cea066259a9f24b7419c9506ec5 to your computer and use it in GitHub Desktop.
Ring0 권한 필요. CMOS 데이터 가져오기
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| for(index = 0; index < 128; index++) | |
| { | |
| _asm | |
| { | |
| ov al, index | |
| ut 0x70, al | |
| n al, 0x71 | |
| ov tvalue, al | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment