I am a newbee in Java Bytecode. I was understanding the bytecode through some examples but I got stuck in an example. These are my java and bytecode file
iconst_n is defined for n from 0 to 5
There's no iconst_9, so you have to use the equivalent (but less efficent) bipush
iconst_9
bipush