MdePkg BaseMemoryLibOptPei: Convert X64/ZeroMem.asm to NASM

The BaseTools/Scripts/ConvertMasmToNasm.py script was used to convert
X64/ZeroMem.asm to X64/ZeroMem.nasm

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
Jordan Justen
2016-05-30 18:52:09 -07:00
committed by Liming Gao
parent 59824217e5
commit 6c878ed3e8
2 changed files with 50 additions and 0 deletions

View File

@@ -107,6 +107,7 @@
X64/CompareMem.nasm
X64/CompareMem.asm
X64/CompareMem.S
X64/ZeroMem.nasm
X64/ZeroMem.asm
X64/ZeroMem.S
X64/SetMem64.asm