TianoCore EDK2 master
Loading...
Searching...
No Matches
ReadEs.c File Reference

Go to the source code of this file.

Functions

UINT16 EFIAPI AsmReadEs (VOID)
 

Detailed Description

AsmReadEs function

Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file ReadEs.c.

Function Documentation

◆ AsmReadEs()

UINT16 EFIAPI AsmReadEs ( VOID  )

Reads the current value of ES Data Segment Register (ES).

Reads and returns the current value of ES. This function is only available on IA-32 and x64.

Returns
The current value of ES.

Definition at line 20 of file ReadEs.c.