Currently, far jmp/call which utilizes a 48bit memory operand would have been invoked via the 'lcall/ljmp' mnemonic (intel style).
This patch align those variants to formal intel spec
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Is this consistent with GNU assembler behavior? Or does GNU assembler accept both versions?
Comment Actions
So should we test for it as well as the intel syntax?
Added some missing tests (intel & gnu)