MdePkg BaseMemoryLibOptDxe: Convert Ia32/ScanMem64.asm to NASM

The BaseTools/Scripts/ConvertMasmToNasm.py script was used to convert
Ia32/ScanMem64.asm to Ia32/ScanMem64.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:07 -07:00
committed by Liming Gao
parent eadcb0a18f
commit a9064cd1cd
2 changed files with 65 additions and 0 deletions

View File

@@ -34,6 +34,7 @@
MemLibInternals.h
[Sources.Ia32]
Ia32/ScanMem64.nasm
Ia32/ScanMem64.S
Ia32/ScanMem32.S
Ia32/ScanMem16.S
@@ -45,6 +46,7 @@
Ia32/SetMem16.S
Ia32/SetMem.S
Ia32/CopyMem.S
Ia32/ScanMem64.nasm
Ia32/ScanMem64.asm
Ia32/ScanMem32.asm
Ia32/ScanMem16.asm