Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试了解以太坊字节码。因此,只要有任何 JUMP/JUMPI 操作码,它前面都会有一些 PUSH 操作码。
我的问题是如何区分这种跳跃是直接的还是间接的?有人可以给我一些以太坊字节码的例子,其中跳转是间接的。
当它跳转到标签时,根据定义它是间接的。当它跳到一个绝对值时,根据定义它又是直接的。