tact-lang / ton-opcode

Decompiler of BOC files
MIT License
18 stars 6 forks source link

Unknown opcode: b010 when decompile wallet_v5r1 contracts #19

Open chiliec opened 1 month ago

chiliec commented 1 month ago

Unknown opcode: b010. Any assistance in resolving this issue or guidance on how to add support for new opcodes would be greatly appreciated. Thank you!

anton-trunov commented 1 month ago

Thanks for reporting the issue. Does https://github.com/scaleton-labs/tvm-disassembler also throw an error?

anton-trunov commented 1 month ago

If you'd like to help fixing it, you can take a look at a recent PR fixing an unknown opcode issue for division instructions: https://github.com/tact-lang/ton-opcode/pull/16