Assembler Specific codes

Geert Uytterhoeven geert at linux-m68k.org
Fri Oct 29 05:40:16 EST 1999


On Thu, 28 Oct 1999, Sean Chitwood wrote:
> 	I'm trying to track down what certain assembler specific instructions might mean, and I hope someone here might have a clue...
> 
> 	I need to find out what dc.[lw] in the CodeWarrior Assembler might translate to on the GNU Assembler. I don't have CW so I can't look it up.

By compiling

| int a = 10;
| short b = 10;

using `gcc -S', I got:

| a:
|         .long 10
| b:
|         .short 10

Gr{oetje,eeting}s,
--
Geert Uytterhoeven -- Linux/{m68k~Amiga,PPC~CHRP} -- geert at linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/





More information about the Linuxppc-dev mailing list