--- Additional Comments From hjl at lucon dot org 2006-03-07 00:18 ---
I guess it is OK to assemble "repz/repnz insb". But disassembler should
disassembler it correctly.
--
What|Removed |Added
--
According to IA32 SDM, rep should be used with ins, outs, movs, lods, and stos,
while repz/repnz should be used with cmps and scas. Both assembler accepts
both:
[EMAIL PROTECTED] rep]$ cat good.s
rep insb
rep outsb
rep movsb
rep lodsb
rep stosb
repz
--- Additional Comments From j at uriah dot heep dot sax dot de 2006-03-07
09:41 ---
Analysis of the problem:
For some AVR devices, the compiler driver passes its own -Tdata option
down to the linker in order to override the default location of the
start of SRAM. Now, when a user also
I have been using the -al=file to generate assembler listing files. In
version 2.16 this is being interpreted as --alternate.
George
___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils
--- Additional Comments From hjl at lucon dot org 2006-03-07 20:12 ---
A patch is posted at
http://sourceware.org/ml/binutils/2006-03/msg00089.html
--
http://sourceware.org/bugzilla/show_bug.cgi?id=2428
--- You are receiving this mail because: ---
You are on the CC list for