TianoCore EDK2 master
Loading...
Searching...
No Matches
ReadEs.c
Go to the documentation of this file.
1
18UINT16
19EFIAPI
21 VOID
22 )
23{
24 __asm {
25 xor eax, eax
26 mov ax, es
27 }
28}
UINT16 EFIAPI AsmReadEs(VOID)
Definition: ReadEs.c:20