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