Guest User

FLW1 and FLI1

a guest
Jan 17th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. 4(r28) //ptr to flw1 tag
  2. 8(r28) //ptr to fli1 tag
  3. 0xC(r28) //ptr to begin of flw1 index table
  4. 0x10(r28) //ptr to currently used node index table entry
  5. 0x14(r28) //ptr to begin of flw1 data table (num elements * 8)
  6. 0x18(r28) //ptr to end maybe? (ptr to flw1 data + (num elements * 2))
  7. 0x1C(28) //flow message id or global ID
  8. 0x20(28) //???
  9. 0x25(r28) //current node index (1 byte)
  10.  
  11. control codes for 1st byte:
  12.  
  13. 0x01
  14. 0x03 = use second control code byte
  15.  
  16. control codes for second byte of index node:
  17.  
  18. 0x09
  19. 0x13
  20. 0x20
  21. 0x21
  22. 0x15
  23.  
  24.  
  25.  
  26. 01 = 0
  27. 02 = 8
  28. 03 = 16
  29. 04 = 96
  30. 05 = 344
Add Comment
Please, Sign In to add comment