mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12:00
Updated Developer Information (markdown)
parent
4291a6b455
commit
1af2923b2f
1 changed files with 40 additions and 1 deletions
|
@ -1 +1,40 @@
|
|||
Soon...
|
||||
If you are wondering about websites and documents in order to gather information about certain parts of the PlayStation 3 here is a nice list to start with. Probably more things should be added here, but for now it is a good compilation of useful sources. If what your are looking for isn't below, remember that Google is your friend. If it's not, remember that other RPCS3 developers are your friends too. Ask them!
|
||||
|
||||
Best wishes and happy coding!
|
||||
|
||||
---
|
||||
|
||||
## Links
|
||||
|
||||
### Cell
|
||||
* [Cell Broadband Engine Architecture (Version 1.02 / October 11, 2007)](https://www-01.ibm.com/chips/techlib/techlib.nsf/techdocs/1AEEE1270EA2776387257060006E61BA/$file/CBEA_v1.02_11Oct2007_pub.pdf)
|
||||
* [Cell Broadband Engine Programming Handbook (Version 1.12 / April 3, 2009)](https://www-01.ibm.com/chips/techlib/techlib.nsf/techdocs/7A77CCDF14FE70D5852575CA0074E8ED/$file/CellBE_Handbook_v1.12_3Apr09_pub.pdf)
|
||||
* [Cell Broadband Engine Registers (Version 1.5 / April 2, 2007)](http://cell.scei.co.jp/pdf/CBE_Public_Registers_v15.pdf)
|
||||
* [SPU Application Binary Interface Specification (Version 1.9 / July 18, 2008)](https://www-01.ibm.com/chips/techlib/techlib.nsf/techdocs/02E544E65760B0BF87257060006F8F20/$file/SPU_ABI-Specification_1.9.pdf)
|
||||
* [SPU Assembly Language Specification (Version 1.7 / July 18, 2008)](https://www-01.ibm.com/chips/techlib/techlib.nsf/techdocs/EFA2B196893B550787257060006FC9FB/$file/SPU_Assembly_Language_Specification_1.7.pdf)
|
||||
* [SPU Instruction Set Architecture (Version 1.2 / January 27, 2007)](http://cell.scei.co.jp/pdf/SPU_ISA_v12.pdf)
|
||||
|
||||
|
||||
### RSX
|
||||
* RSX Commands: [http://www.psdevwiki.com/ps3/RSXFIFOCommands](http://www.psdevwiki.com/ps3/RSXFIFOCommands) (Partially incomplete)
|
||||
* Ask other developers.
|
||||
|
||||
|
||||
### HLE
|
||||
* [http://www.psdevwiki.com/ps3/](http://www.psdevwiki.com/ps3/)
|
||||
* Module SysCalls: Ask other developers.
|
||||
* lv2 SysCalls: [http://www.psdevwiki.com/ps3/LV2\_Functions\_and\_Syscalls](http://www.psdevwiki.com/ps3/LV2_Functions_and_Syscalls) (A bit incomplete)
|
||||
* lv2 SysCalls: Ask other developers.
|
||||
|
||||
|
||||
## Information
|
||||
|
||||
#### Size of PS3 basic types
|
||||
Checked with [PSL1GHT](http://psl1ght.com).
|
||||
* `sizeof(char)` = 1 (= 8 bits)
|
||||
* `sizeof(short)` = 2
|
||||
* `sizeof(int)` = 4
|
||||
* `sizeof(long)` = 4
|
||||
* `sizeof(long long)` = 8
|
||||
* `sizeof(size_t)` = 4
|
||||
* `sizeof(void*)` = 4
|
Loading…
Add table
Add a link
Reference in a new issue