c0 c0 ff ee # magic number 00 01 # version number 00 00 # no int pool 00 00 # no string pool 00 01 # just one function, main # main function follows: 00 00 # no arguments 00 00 # no local variables 00 06 # 6 bytes (0x06) # main code: Stack: . 10 02 # bipush 2 2 10 03 # bipush 3 2, 3 60 # iadd 5 B0 # return . 00 00 # no natives