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