]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Add ConvertMasmToNasm.py script
authorJordan Justen <jordan.l.justen@intel.com>
Fri, 31 Oct 2014 19:55:15 +0000 (19:55 +0000)
committerjljusten <jljusten@Edk2>
Fri, 31 Oct 2014 19:55:15 +0000 (19:55 +0000)
commitfe7ad7f6af29af4f4e0a690c11df49922ca93940
tree0e8d6342a83a71f9ea8a4d26f1f4e501f51392f2
parentbeaaa3b715381d05c454619a66dd6d27c0b420e5
BaseTools: Add ConvertMasmToNasm.py script

This script is intended to assist with MASM to NASM syntax
conversions.

The output should be manually inspected and adjusted as needed, since
this script does not provide a perfect conversion.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Acked-by: Yingke D Liu <yingke.d.liu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16285 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Scripts/ConvertMasmToNasm.py [new file with mode: 0755]