MdePkg BaseLib: Convert Ia32/SwapBytes64.asm to NASM

The BaseTools/Scripts/ConvertMasmToNasm.py script was used to convert
Ia32/SwapBytes64.asm to Ia32/SwapBytes64.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:51:55 -07:00
committed by Liming Gao
parent ef88fff762
commit 1d3324f9bc
2 changed files with 42 additions and 0 deletions

View File

@@ -215,6 +215,7 @@
Ia32/WriteCr0.asm | INTEL
Ia32/WriteMsr64.nasm| INTEL
Ia32/WriteMsr64.asm | INTEL
Ia32/SwapBytes64.nasm| INTEL
Ia32/SwapBytes64.asm | INTEL
Ia32/SetJump.asm | INTEL
Ia32/RRotU64.asm | INTEL
@@ -302,6 +303,7 @@
Ia32/CpuId.S | GCC
Ia32/LongJump.S | GCC
Ia32/SetJump.S | GCC
Ia32/SwapBytes64.nasm| GCC
Ia32/SwapBytes64.S | GCC
Ia32/DivU64x64Remainder.nasm| GCC
Ia32/DivU64x64Remainder.S | GCC