1;------------------------------------------------------------------------------
3; Common macros used in the ResetVector VTF module.
5; Copyright (c) 2008, Intel Corporation. All rights reserved.<BR>
6; SPDX-License-Identifier: BSD-2-Clause-Patent
8;------------------------------------------------------------------------------
10%define ADDR16_OF(x) (0x10000 - fourGigabytes + x)
11%define ADDR_OF(x) (0x100000000 - fourGigabytes + x)
15%1 %+ OneTimerCallReturn:
18%macro OneTimeCallRet 1
19 jmp %1 %+ OneTimerCallReturn
22StartOfResetVectorCode:
24%define ADDR_OF_START_OF_RESET_CODE ADDR_OF(StartOfResetVectorCode)