I am trying to understand Ethereum Bytecodes. So whenever there is any JUMP/JUMPI opcode it is preceded by some PUSH opcode.
My question is how can I differentiate if this jump is direct or indirect? Can someone provide me some example of Ethereum bytecodes where jump is Indirect.