bug-binutils
[Top][All Lists]
Advanced

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

as: balign behaves erratically.


From: Albert van der Horst
Subject: as: balign behaves erratically.
Date: Tue, 23 Nov 2004 20:16:13 +0100
User-agent: Mutt/1.3.28i

as version 2.15 shows the following output for 
.balign :

---------------------------------------------------
GAS LISTING mies.s                      page 1


   1                            .balign   4,0x8F
   2 0000 01                    .byte 1
   3 0001 8F8F8F                .balign   4,0x8F
   4 0004 02                     .byte 2
   5 0005 8D7600                .balign   4,0x90
   6 0008 01                    .byte 1
   7 0009 8D7600                .balign   4,0x90
   8 000c 02                     .byte 2
   9 000d 919191                .balign   4,0x91
  10 0010 01                    .byte 1
  11 0011 919191                .balign   4,0x91
  12 0014 02                     .byte 2
GAS LISTING mies.s                     page 2


NO DEFINED SYMBOLS

NO UNDEFINED SYMBOLS
---------------------------------------------------

Of course I expect .balign 4,0x90 to pad 
   909090
instead of the above.

Thanks

Groetjes Albert.

-- 
Albert van der Horst,Oranjestr 8,3511 RA UTRECHT,THE NETHERLANDS
        One man-hour to invent,
                One man-week to implement,
                        One lawyer-year to patent.
address@hidden http://home.hccnet.nl/a.w.m.van.der.horst




reply via email to

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