==== 7.5.14 bipush ==== Push byte Format bipush byte Forms bipush = 18 (0x12) Stack ... -> ..., value.word1, value.word2 Description The immediate byte is sign-extended to an int, and the resulting value is pushed onto the operand stack. Note - If a virtual machine does not support the int data type, the bipush instruction will not be available.