Newer
Older
AMI-Aptio-BIOS-Reversed / Platform / IoRead8.c
@Ajax Dong Ajax Dong 2 days ago 262 bytes Init
// IoRead8 - decompiled from Platform.efi
UINT8 __cdecl IoRead8(UINTN Port)
{
  if ( !Port ) /*0xabdc*/
    Assert((__int64)"e:\\hs\\MdePkg\\Library\\BaseLib\\Unaligned.c", 38, (__int64)"Buffer != ((void *) 0)"); /*0xabef*/
  return *(_WORD *)Port; /*0xabf7*/
}