Ring-Con: Difference between revisions
Line 169: | Line 169: | ||
| 0x4 || 0x2 || Func input param & 0xFFFF | | 0x4 || 0x2 || Func input param & 0xFFFF | ||
|- | |- | ||
| 0x6 || 0x1 || [[#CRC]] over the previous | | 0x6 || 0x1 || [[#CRC]] over the previous 0x2-bytes. | ||
|- | |- | ||
| 0x7 || 0x1 || Padding. | | 0x7 || 0x1 || Padding. | ||
Line 175: | Line 175: | ||
| 0x8 || 0x2 || (Func input param >> 16) & 0xFFFF | | 0x8 || 0x2 || (Func input param >> 16) & 0xFFFF | ||
|- | |- | ||
| 0xA || 0x1 || [[#CRC]] over the previous | | 0xA || 0x1 || [[#CRC]] over the previous 0x2-bytes. | ||
|- | |- | ||
| 0xB || 0x1 || Padding. | | 0xB || 0x1 || Padding. | ||
Line 181: | Line 181: | ||
| 0xC || 0x2 || (Func input param >> 32) & 0xFFFF | | 0xC || 0x2 || (Func input param >> 32) & 0xFFFF | ||
|- | |- | ||
| 0xE || 0x1 || [[#CRC]] over the previous | | 0xE || 0x1 || [[#CRC]] over the previous 0x2-bytes. | ||
|- | |- | ||
| 0xF || 0x1 || Padding. | | 0xF || 0x1 || Padding. |