------- 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. t...@bleu:~ $ as -o x.o x.s > 3. Expected output. t...@bleu:~ $ 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. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils