MdePkg BaseLib: Convert Ia32/Monitor.asm to NASM

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

View File

@@ -293,6 +293,7 @@
Ia32/ReadCr0.asm | INTEL
Ia32/Mwait.nasm| INTEL
Ia32/Mwait.asm | INTEL
Ia32/Monitor.nasm| INTEL
Ia32/Monitor.asm | INTEL
Ia32/ModU64x32.asm | INTEL
Ia32/MultU64x64.asm | INTEL
@@ -337,6 +338,7 @@
Ia32/EnablePaging32.S | GCC
Ia32/Mwait.nasm| GCC
Ia32/Mwait.S | GCC
Ia32/Monitor.nasm| GCC
Ia32/Monitor.S | GCC
Ia32/CpuIdEx.S | GCC
Ia32/CpuId.S | GCC