ifge : jump if greater than or equal to zero : index : visitJumpInsn()
iload_1 ; push the int value in local variable 1 onto the stack ifge Label ; if the value on the stack is >= 0, jump to Label return ; return if local variable 1 is less than zero Label: ; execution continues here if local variable 1 is greater than or equals zero...
Before | After |
value | ... |
... | ... |
Type | Description |
u1 | ifge opcode = 0x9C (156) |
s2 | branchoffset |