Changes

8 bytes added ,  20:36, 11 June 2017
Line 136: Line 136:  
| 0x40 + 4 + 1 || Creates a A descriptor with flags=1. || In
 
| 0x40 + 4 + 1 || Creates a A descriptor with flags=1. || In
 
|-
 
|-
| 0x80 + 4 + 1 || Creates a A descriptor with flags=3. || In?
+
| 0x80 + 4 + 1 || Creates a A descriptor with flags=3. || In
 
|-
 
|-
 
| 4 + 2 || Creates a B descriptor with flags=0. || Out
 
| 4 + 2 || Creates a B descriptor with flags=0. || Out
Line 142: Line 142:  
| 0x40 + 4 + 2 || Creates a B descriptor with flags=1. || Out
 
| 0x40 + 4 + 2 || Creates a B descriptor with flags=1. || Out
 
|-
 
|-
| 0x80 + 4 + 2 || Creates a B descriptor with flags=3. || Out?
+
| 0x80 + 4 + 2 || Creates a B descriptor with flags=3. || Out
 
|-
 
|-
| 8 + 1 || Creates an X descriptor ||
+
| 8 + 1 || Creates an X descriptor || In
 
|-
 
|-
 
| 8 + 2 || Creates a C descriptor || Out
 
| 8 + 2 || Creates a C descriptor || Out
Line 150: Line 150:  
| 0x10 + 8 + 2 || Creates a C descriptor, and writes the u16 size to an offset into raw data. || Out
 
| 0x10 + 8 + 2 || Creates a C descriptor, and writes the u16 size to an offset into raw data. || Out
 
|-
 
|-
| 0x20 + 1 || Creates both an A and X descriptor ||
+
| 0x20 + 1 || Creates both an A and X descriptor || In
 
|-
 
|-
| 0x20 + 2 || Creates both an B and C descriptor ||
+
| 0x20 + 2 || Creates both an B and C descriptor || Out
 
|}
 
|}