User Manual

HYPER-KBN
//Key Time
mov edi,0xFED80B04h
mov ebx,0x00h // 0x0000~0xFFFF
mov es:dword ptr [edi],ebx
//Start WDT
mov edi,0xFED80B00h
mov ebx,0x81h
mov es:dword ptr [edi],ebx