Welcome, Guest. Please login or register.

Author Topic: Help!! Example PowerPC Asm code need!!!  (Read 1425 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Hardboy

  • Full Member
  • ***
  • Join Date: Feb 2002
  • Posts: 248
    • Show all replies
Re: Help!! Example PowerPC Asm code need!!!
« on: February 14, 2003, 02:35:42 AM »
Here are some links:

ProgrammersHeaven

Aminet

Information about RISC

You´ll need the information about RISC architecture, if you wanna learn PowerPC assembler. Actually i´ll guess you´ll learn it much easier if you read some documentation about RISC first, as PowerPC is a RISC architecture.

Anyhows, THE book for learning about RISC is "Computer Organization and Design: The Hardware/Software Interface" by Hennesey & Patterson. If you really wanna learn RISC programming, this book gives you all the informations about pipelining, caches, etc, and has good examples in MIPS code (which of course, also is RISC).