Newer
Older
AMI-Aptio-BIOS-Reversed / Platform / IoWrite8.c
@Ajax Dong Ajax Dong 2 days ago 279 bytes Init
// IoWrite8 - decompiled from Platform.efi
UINT8 __cdecl IoWrite8(UINTN Port, UINT8 Value)
{
  if ( !Port ) /*0xac0c*/
    Assert((__int64)"e:\\hs\\MdePkg\\Library\\BaseLib\\Unaligned.c", 141, (__int64)"Buffer != ((void *) 0)"); /*0xac21*/
  return *(_DWORD *)Port; /*0xac28*/
}