mirror of https://github.com/acidanthera/audk.git
12 lines
405 B
NASM
12 lines
405 B
NASM
;------------------------------------------------------------------------------
|
|
; @file
|
|
; This file includes all other code files to assemble the reset vector code
|
|
;
|
|
; Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
|
|
; SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
;
|
|
;------------------------------------------------------------------------------
|
|
|
|
|
|
%include "Ia16/ResetVec.asm16"
|