Advertisement
snake5

file compiler output

Sep 22nd, 2018
428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1.  
  2. File compiler test 1 - compiling a list of strings and hashes (offset refs)
  3.  
  4. 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F [---- text ----]
  5.  
  6. 00000000 39 30 00 00 0C 00 00 00 03 00 00 00 24 00 00 00 90..........$...
  7. 00000010 57 06 01 04 2B 00 00 00 D2 6B 71 EA 33 00 00 00 W...+....kq.3...
  8. 00000020 34 D3 C8 79 05 61 70 70 6C 65 00 06 62 61 6E 61 4..y.apple..bana
  9. 00000030 6E 61 00 06 63 61 72 72 6F 74 00 na..carrot.
  10.  
  11. dumping exported data...
  12. magic: 12345, offset: 12, numHashes: 3
  13. #0: "apple" = 04010657
  14. #1: "banana" = EA716BD2
  15. #2: "carrot" = 79C8D334
  16.  
  17. File compiler test 2 - compiling a list of strings and hashes (ptr refs)
  18.  
  19. 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F [---- text ----]
  20.  
  21. 00000000 39 30 00 00 00 00 00 00 18 00 00 00 00 00 00 00 90..............
  22. 00000010 03 00 00 00 00 00 00 00 48 00 00 00 00 00 00 00 ........H.......
  23. 00000020 EB C6 86 C0 00 00 00 00 51 00 00 00 00 00 00 00 ........Q.......
  24. 00000030 2F 62 FE 6A 00 00 00 00 56 00 00 00 00 00 00 00 /b.j....V.......
  25. 00000040 BD A3 97 3A 00 00 00 00 61 69 72 70 6C 61 6E 65 ...:....airplane
  26. 00000050 00 62 6F 61 74 00 63 61 72 00 .boat.car.
  27.  
  28. dumping exported data...
  29. magic: 12345, hashes: 0000000000583508, numHashes: 3
  30. #0: "airplane" = C086C6EB
  31. #1: "boat" = 6AFE622F
  32. #2: "car" = 3A97A3BD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement