Does anybody know what the syntax is called when v...
# intellij
d
Does anybody know what the syntax is called when viewing bytecode inside Intellij? I.e. the capitalised syntax which is slightly different from normal java bytecode:
Copy code
L11
ALOAD 0
IFNONNULL L9
Is this an abstraction on top of normal bytecode which has lowercase instructions such as
0: bipush
etc?