Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

PPC Assembler...

4 views
Skip to first unread message

Virtual Cowboy

unread,
May 25, 1997, 3:00:00 AM5/25/97
to

Hi...
I'm looking for some files which contain material about PPC-Asm ! But not ONLY
PCC Asm ! We know, that on the PPC boards is still an 680x0 ! I want to know,
how I have to code for them ? How does the System know, that the code is for the
ppc and not for the 68k ? Is it similar to the copper (We know, copper is also a
risc)... And how many instruction do the 603, 604, and the 604e have ?
Thx...
C'ya
--
___ -+- ____________________ __________________________________
\ \__ /\_____/_ ____________/ / / _______________/ ____ ______ \___
// / // / _ \// / / / _ // / // / /. / / / / __ \/. / / /
/ / / // / // / // / /__ / /__/ / / / / //__ / / /__ . /
\____/__/__/__/__/_____/__/__/_____/ \____/_____/________/_____/_____/_____/

-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: 2.6.3i

mQBtAzNbtlwAAAEDAOsilyHKFPvoEV0ZCb2jIiGChE1W1PNmR23qFeKA/qrwrWuU
uY7dkgRf+RetV8OT0G9wJCZE1eZt5LqLVhI5oOTd2w2cOBHz+HguVHNJ/sPQ5x6q
aC6heD2iT7dQ0YfMsQAFEbQdVmlydHVhbCBDb3dib3kgdmljdGhjQGlibS5uZXSJ
AHUDBRAzW7Zdok+3UNGHzLEBAd7nAv9A5HmpaHmX/ccQTZEALe3olMvMR5nw5+Y7
6kBHlWxFCVMbbXL+KPiuc0sa+pfoLJZpyDtPXPS+X4sgdneb6JIoL7kD1PIBamAE
nDay87lcUgHv36M0f03xomNNV6H+DEU=
=X+2D
-----END PGP PUBLIC KEY BLOCK-----


Ben Hutchings

unread,
May 28, 1997, 3:00:00 AM5/28/97
to

In article <1253.7084...@ibm.net>,

Virtual Cowboy <vic...@ibm.net> wrote:
>Hi...
>I'm looking for some files which contain material about PPC-Asm !

Go to the Motorola semiconductors web site (http://www.mot-sps.com/) and
order the PowerPC Programming Manual. They'll send it to you for free.

>But not ONLY
>PCC Asm ! We know, that on the PPC boards is still an 680x0 ! I want to know,
>how I have to code for them ?

The PowerUP developers' kit will no doubt include plenty of information
about that. The limited information I have obtained from Phase 5
suggests that the PowerUP boards run a kernel similar to Exec and that
processes running on the PPC processor can communicate with those on the
680x0 in just the same way that processes on the same CPU do.

>How does the System know, that the code is for the
>ppc and not for the 68k ?

I think there is probably an AddTaskPPC() similar to AddTask() that lets
you start running PPC code.

>Is it similar to the copper (We know, copper is also a
>risc)... And how many instruction do the 603, 604, and the 604e have ?

They have varying numbers of instructions, but the user programming model
is basically the same on all of them. You may be surprised to find that
there are a lot more mnemonics on the PPC than on 680x0, but this is
because each mnemonic has an implied size and addressing mode on the PPC.
How many different instructions there are is a matter of opinion really.

--
Ben Hutchings,|finger m95...@booth42.ecs.ox.ac.uk|mail benjamin.hutchings@
compsci&mathmo|lynx http://users.ox.ac.uk/~worc0223|worcester.oxford.ac.uk
Sturgeons's Law: Ninety percent of everything is crud.

0 new messages