Skip to content

Instantly share code, notes, and snippets.

@prodeveloper0
Created September 19, 2016 06:16
Show Gist options
  • Select an option

  • Save prodeveloper0/51225cea066259a9f24b7419c9506ec5 to your computer and use it in GitHub Desktop.

Select an option

Save prodeveloper0/51225cea066259a9f24b7419c9506ec5 to your computer and use it in GitHub Desktop.
Ring0 권한 필요. CMOS 데이터 가져오기
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