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
L1:BIPUSH 0
ISTORE c
L2:

THANKS!!