MdePkg BaseMemoryLibSse2: Convert X64/CopyMem.asm to NASM

The BaseTools/Scripts/ConvertMasmToNasm.py script was used to convert
X64/CopyMem.asm to X64/CopyMem.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:13 -07:00
committed by Liming Gao
parent e8758b6af0
commit 9987eaeab9
2 changed files with 85 additions and 0 deletions

View File

@@ -111,6 +111,7 @@
X64/SetMem16.asm
X64/SetMem.nasm
X64/SetMem.asm
X64/CopyMem.nasm
X64/CopyMem.asm
X64/ScanMem64.nasm
X64/ScanMem64.S
@@ -132,6 +133,7 @@
X64/SetMem16.S
X64/SetMem.nasm
X64/SetMem.S
X64/CopyMem.nasm
X64/CopyMem.S
[Packages]