This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] x86/Intel: fix indirect far jmp/call with operand size specified


>> Distilled version (from memory):
>> 
>> 	.intel_syntax noprefix
>> 	.code16
>> start:
>> 	call	word ptr [bx]
>> 	call	dword ptr [bx]
>> 	call	fword ptr [bx]
>> 	jmp	word ptr [bx]
>> 	jmp	dword ptr [bx]
>> 	jmp	fword ptr [bx]
>> 
>
>It works with the current binutils.

Of course, since I committed the fix (being an Intel syntax thing, I didn't
need your approval).

Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]