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

Go to the source code of this file.

Functions

UINT16 EFIAPI AsmReadSs (VOID)
 

Detailed Description

AsmReadSs function

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

Definition in file ReadSs.c.

Function Documentation

◆ AsmReadSs()

UINT16 EFIAPI AsmReadSs ( VOID  )

Reads the current value of Stack Segment Register (SS).

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

Returns
The current value of SS.

Definition at line 20 of file ReadSs.c.