Powerpc assembler on x86?

Just compile the binutils cross. It is just a matter of . /configure --target=powerpc-linux \ --prefix=/usr/local/lib/powerpc-linux \ --bindir=/usr/local/bin --mandir=/usr/local/share/man --infodir=/usr/local/share/info \ --program-prefix=powerpc-linux \ --disable-werror make and in gas/ there will be a as-new (or powerpc-linux-as) AS is not the friendliest assembler for endusers though.

I use a x86->Powerpc cross version of Free Pascal mostly. (which outputs GNU AS assembler).

Thank you very much! I'll try this – MirkoBanchi Aug 4 '11 at 7:21 Is possible with gnu as to produce simple instruction translation? I don't need an elf...i'd like to use as-new like nasm for x86.

I'd like for example to write li r5, 0x0000 and obtain in output code of instruction...Thank you all! – MirkoBanchi Aug 4 '11 at 13:06 objcopy -O binary will do the trick otherwise open a new question – user786653 Aug 6 '11 at 17:17 Yes, it works! Thank you.

– MirkoBanchi Aug 6 '11 at 22:03.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions