Amiga.org

Operating System Specific Discussions => Amiga OS => Amiga OS -- Development => Topic started by: Jose on February 11, 2004, 07:48:41 PM

Title: DevPac and other assemblers (for PPC too), couple of questions
Post by: Jose on February 11, 2004, 07:48:41 PM
Stupid question but HiSofts page doesn't mention it and I'd like to confirm that it doesn't...
Title: Re: Does the latest DevPac support PPC code?
Post by: voxel on February 11, 2004, 07:59:39 PM
Devpac 3 have NEVER supported the ppc processor and if I remember well was not optimised for the 68060 too :-(
Title: Re: Does the latest DevPac support PPC code?
Post by: lempkee on February 11, 2004, 08:39:14 PM
last i checked i belived this was a coders job :)


anyway no, there is no pre ppc stuff in it, but there is alternatives for that like PHXASM etc.

anyway i changed to gcc / vbcc ...

cheerios
Title: Re: Does the latest DevPac support PPC code?
Post by: Jose on February 12, 2004, 11:10:10 PM
Ah, ok. I guess I won't get it after all...
What assembler were you using ? I'm fiddling around with ASM-One at the moement, but there are still some bugs in it...
Title: Re: Does the latest DevPac support PPC code?
Post by: Karlos on February 12, 2004, 11:13:42 PM
@jose

vbcc-wos has a ppc assembler with it :-)
Title: Re: Does the latest DevPac support PPC code?
Post by: Jose on February 12, 2004, 11:41:56 PM
@Karlos
Cool. But  I'm still on 68k side, and would like to get used to a good  assembler that supports ppc at the same time.

Anyone used Asm-One for PPC? I guess if it gets all the features it has for 68k, and the bugs get fixed it'll be cooll. I read in the docs that it supports Altivec!! Anyone tried it??
Title: Re: Does the latest DevPac support PPC code?
Post by: crystall on February 13, 2004, 12:49:19 AM
I use Frank Wille's pasm for assembling PowerPC code, AFAIK it should work under 68k too. Here's the link

http://devnull.owl.de/~frank/pasm_e.html
Title: Re: Does the latest DevPac support PPC code?
Post by: Karlos on February 13, 2004, 12:50:38 AM
I think pasm is the one bundled with vbcc. I used it to write one or two asm optimised C function replacements, but never to do full blown apps.