mozzer
Results
1
comments of
mozzer
@MarcelCiernik Opcode 95 is `5F` which is `PUSH0` . SO anytime you use in huff: `0x00` that is compiled to `5F` and not to `6000` Which is `PUSH1 0x00` ....