blob: ad71609a3e3b25b89b2df11ed6f2fc055a9f7a8e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
0x00 "zero byte"
0x01 if ( 0x00 )
"first byte"
0x0a "second byte"
0x3 "third byte"
0x04 if (0x01)
"array"
0x2 - 0x3 if ( 0x12 )
"if array"
0x2 if ( & 0x12 )
"if array"
|