Home
last modified time | relevance | path

Searched refs:newAsm (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Scripts/
DConvertMasmToNasm.py419 newAsm = oldAsm
420 self.EmitAsmWithComment(oldAsm, newAsm, endOfLine)
422 newAsm = oldAsm
425 newAsm = ''
426 self.EmitAsmWithComment(oldAsm, newAsm, endOfLine)
431 newAsm = ''
432 self.EmitAsmWithComment(oldAsm, newAsm, endOfLine)
437 newAsm = 'ret'
438 self.EmitAsmWithComment(oldAsm, newAsm, endOfLine)
441 newAsm = self.ConvertLea(oldAsm)
[all …]