Post
Share your knowledge.
Apr 11, 2025
Expert Q&A
How to generate readable bytecode for Move with Miden Assembly?
I'm trying to experiment with writing a Move compiler by using Miden Assembly as the compiler target. I want to generate readable bytecode for the compiled Move program. Is there a straightforward way to achieve this?
- Move CLI
0
1
Share
Comments
Answers
1Grizzly67
Apr 12 2025, 18:16You can check out the sui move disassemble
command, which might help you with generating readable bytecode.
0
Comments
Do you know the answer?
Please log in and share it.
Move is an executable bytecode language used to implement custom transactions and smart contracts.
148Posts231Answers
Trending posts