The MASM Forum Archive 2004 to 2012

Specialised Projects => Compiler Based Assembler => Pelle's C compiler and tools => Topic started by: hutch-- on January 08, 2005, 01:12:11 AM

Title: Post questions in here for Pelle's C and tools
Post by: hutch-- on January 08, 2005, 01:12:11 AM
Pelle's entire package has been widely received as a very professional project and his tools are very flexible and powerful so if you have any questions on either, feel free to ask them in here.
Title: Re: Post questions in here for Pelle's C and tools
Post by: petezl on January 08, 2005, 10:13:02 AM
Hutch,
Is it valid to ask questions in here about asm and StrongArm?

Basically what I was trying to do a few weeks ago was to write a simple asm program for windowsCE 2004 and load it into a PPC.
(Pocket PC) It's supposed to have x86 architecture. I downloaded Pelles stuff and the API help for winCE but never did get any results.

If the above makes no sense, it reflects my current confusion about wrtiting stuff for PPC.
Peter.
Title: Re: Post questions in her for Pelle's C and tools
Post by: hutch-- on January 08, 2005, 10:16:59 AM
Pelle would be the guy to ask as my head is hardwired to x86 and I just don't know the platform.
Title: Re: Post questions in her for Pelle's C and tools
Post by: petezl on January 08, 2005, 10:36:08 AM
I forgot to mention that Pelle's c and tools are excellent.
My problems are down to a lack of understanding of the PPC variants.
Is there anybody else in the same boat here?

Peter.
Title: Re: Post questions in her for Pelle's C and tools
Post by: PellesC on January 08, 2005, 03:53:19 PM
Quote from: petezl on January 08, 2005, 10:13:02 AM
(Pocket PC) It's supposed to have x86 architecture.
Do you have any more information about this? The last time I checked, PPC devices requires a StrongARM or better. You can use X86 for the emulator, but not for a real device. I'm not aware of any changes here, but then again, I don't pretend to know everything...

Pelle
Title: Re: Post questions in her for Pelle's C and tools
Post by: petezl on January 08, 2005, 06:45:39 PM
Hi Pelle,
Sorry for the lack of information. It's like looking into a new crystal ball.
The details that I can find are:
I'm sure I saw a mention of x86 somewhere but I can't find it now so I might be wrong with that.

Peter.
Title: Re: Post questions in her for Pelle's C and tools
Post by: PellesC on January 08, 2005, 11:01:17 PM
Hello Peter,

No problems!

This is an ARM processor (XScale). If you can't find information at Intel (it's a pretty huge site, and I don't have a current/working link), you can also try www.arm.com - at least it used to be smaller/easier to navigate. Since we are talking about a RISC processor, they shouldn't add too many new instructions. If you can't find the latest docs, something older should work too (to get started).

Pelle
Title: Re: Post questions in her for Pelle's C and tools
Post by: petezl on January 09, 2005, 01:01:56 AM
Thanks Pelle,
I have managed to get it all up and running now. Compiled a small C program which I installed and is working ok.
The trouble was down to a series of unrelated problems coupled with my lack of understanding of a new system.
The link to arm.com should be just the site I need now to get a better understanding of it all.
Thanks,
Peter. :U