It would be useful if hexadecimal bytes are showed when displaying AS bytecode. Something like this: ``` #4 pushnull // 0x32 #5 setlocal index: 14 // 0x63 14 var local13:* = null; ```
It would be useful if hexadecimal bytes are showed when displaying AS bytecode. Something like this: