How to convert assembly code from solc into EVM bytecode

110 Views Asked by At

I want to find a appropriate method to compile assembly code, generated from my Solidity code using "solc --asm," into EVM bytecode. I thought the the flag --assemble for solc is a correct approach for converting either the assembly code or the opcodes from my Solidity code into bytecode. Regrettably, I didn't find much document on the --assemble mode.

Any guidance on this or proper documentation would be very helpful. Thanks.

0

There are 0 best solutions below