mirror of https://github.com/acidanthera/audk.git
21 lines
411 B
NASM
21 lines
411 B
NASM
;------------------------------------------------------------------------------
|
|
;
|
|
; Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
|
|
; SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
;
|
|
; Module Name:
|
|
;
|
|
; Dummy.asm
|
|
;
|
|
; Abstract:
|
|
;
|
|
; To pass build
|
|
;
|
|
;------------------------------------------------------------------------------
|
|
|
|
.586p
|
|
.model flat,C
|
|
.code
|
|
|
|
END
|