Welcome, Guest. Please login or register.

Author Topic: DevPac and other assemblers (for PPC too), couple of questions  (Read 1491 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline JoseTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2869
    • Show only replies by Jose
DevPac and other assemblers (for PPC too), couple of questions
« 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...
\\"We made Amiga, they {bleep}ed it up\\"
 

Offline voxel

  • Sr. Member
  • ****
  • Join Date: Feb 2002
  • Posts: 322
    • Show only replies by voxel
Re: Does the latest DevPac support PPC code?
« Reply #1 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 :-(
Amigalement,
Jean-François Bachelet, Amiga nuts since 1985.
-------------------------------------------------
Welcome to Happy Computing : Amiga! (© 2K4-2K8 voxel)
 

Offline lempkee

  • Hero Member
  • *****
  • Join Date: Apr 2002
  • Posts: 2860
    • Show only replies by lempkee
    • http://www.amigaguru.com
Re: Does the latest DevPac support PPC code?
« Reply #2 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
Whats up with all the hate!
 

Offline JoseTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2869
    • Show only replies by Jose
Re: Does the latest DevPac support PPC code?
« Reply #3 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...
\\"We made Amiga, they {bleep}ed it up\\"
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16867
  • Country: gb
  • Thanked: 4 times
    • Show only replies by Karlos
Re: Does the latest DevPac support PPC code?
« Reply #4 on: February 12, 2004, 11:13:42 PM »
@jose

vbcc-wos has a ppc assembler with it :-)
int p; // A
 

Offline JoseTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2869
    • Show only replies by Jose
Re: Does the latest DevPac support PPC code?
« Reply #5 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??
\\"We made Amiga, they {bleep}ed it up\\"
 

Offline crystall

  • Newbie
  • *
  • Join Date: Nov 2003
  • Posts: 32
    • Show only replies by crystall
Re: Does the latest DevPac support PPC code?
« Reply #6 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
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16867
  • Country: gb
  • Thanked: 4 times
    • Show only replies by Karlos
Re: Does the latest DevPac support PPC code?
« Reply #7 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.
int p; // A