bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/10740] amd64+i386 as: i8086 Intel syntax far jumps broken (both


From: tg at mirbsd dot de
Subject: [Bug gas/10740] amd64+i386 as: i8086 Intel syntax far jumps broken (both variants of them)
Date: 10 Oct 2009 20:36:55 -0000

------- Additional Comments From tg at mirbsd dot de  2009-10-10 20:36 -------
> 1. Assembly source.

        .intel_syntax noprefix
        .text
        .code16
        .globl  _start
_start: ljmp    0xF000,0xFFF0

> 2. Command line options.

address@hidden:~ $ as -o x.o x.s

> 3. Expected output.

address@hidden:~ $ objdump -D -Mintel,i8086 x.o

x.o:     file format elf32-i386

Disassembly of section .text:

00000000 <_start>:
   0:   ea f0 ff 00 f0          jmp    0xf000,0xfff0


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW


http://sourceware.org/bugzilla/show_bug.cgi?id=10740

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]