Editing Synergistic Processing Unit (SPU)
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 68: | Line 68: | ||
== SPU Assembly Language Specification == | == SPU Assembly Language Specification == | ||
All the informations are taken from [https://www-01.ibm.com/chips/techlib/techlib.nsf/techdocs/EFA2B196893B550787257060006FC9FB/$file/SPU_Assembly_Language_Specification_1.7.pdf | All the informations are taken from this [https://www-01.ibm.com/chips/techlib/techlib.nsf/techdocs/EFA2B196893B550787257060006FC9FB/$file/SPU_Assembly_Language_Specification_1.7.pdf PDF]. | ||
=== Notation and Conventions === | === Notation and Conventions === | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
| Notation/Convention || Meaning | |||
|- | |- | ||
| ch || Channel number. Channels are specified as either $ch followed by a channel number (for example, $ch3) or a specific channel mnemonic. | | ch || Channel number. Channels are specified as either $ch followed by a channel number (for example, $ch3) or a specific channel mnemonic. |