Difference between revisions of "FSDir:Read"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x08010042] |- | 1 | Entrycount, number of entries to read. |- | 2 | ((entrycount*...")
 
m
 
(4 intermediate revisions by 2 users not shown)
Line 9: Line 9:
 
|-
 
|-
 
| 1
 
| 1
| Entrycount, number of entries to read.
+
| [[Filesystem_services#DirectoryEntry|Entry]] Count
 
|-
 
|-
 
| 2
 
| 2
| ((entrycount*0x228)<<4) <nowiki>|</nowiki> 12;
+
| ((EntryCount * 0x228) << 4) <nowiki>|</nowiki> 0xC
 
|-
 
|-
 
| 3
 
| 3
| Entry receive ptr
+
| [[Filesystem_services#DirectoryEntry|Entry]] Output Pointer
 
|}
 
|}
  
Line 31: Line 31:
 
|-
 
|-
 
| 2
 
| 2
| Actually read entrycount
+
| Actual Entry Count
 
|}
 
|}

Latest revision as of 20:40, 18 October 2015

Request[edit]

Index Word Description
0 Header code [0x08010042]
1 Entry Count
2 ((EntryCount * 0x228) << 4) | 0xC
3 Entry Output Pointer

Response[edit]

Index Word Description
0 Header code
1 Result code
2 Actual Entry Count