Is there a standalone assembler?

I've seen the "asm" directive in mutan, and LLL is "close to" assembler. Is there a standard assembler tool?

Best Answers

Answers

  • nejucomonejucomo Member Posts: 40
    I could write EVM code using a hex editor, but I was curious about a "standard assembler" which would use instruction mnemonics and would generate output that other tools could incorporate.

    For example, the Mutan language has an "asm" directive, so maybe that's almost exactly what I want. I still haven't determined how to package up the "init" and "main" sections of a contract, nor how to load them into any of the clients... Maybe that should be a separate section.
Sign In or Register to comment.