Hi!
Does anyone knows which Java command generates following IJVM code:
ILOAD a
BIPUSH 100
IF_ICMPEQ L1
ILOAD b
BIPUSH 1
ISUB
ISTORE b
GOTO L2