plugeth/cmd/evm
Jeffrey Wilcke f30733c806
cmd/evm: removed -sysstat and moved content to -debug flag
Added the ability to directly compile and run ethereum assembly using
the evm utility: `evm run <file>`. This is equivalant to `evm compile
<file> | evm run`.
2017-03-01 11:52:57 +01:00
..
internal/compiler cmd/evm, core/asm: add EVM assembler (#3686) 2017-03-01 01:11:24 +01:00
compiler.go cmd/evm, core/asm: add EVM assembler (#3686) 2017-03-01 01:11:24 +01:00
main.go cmd/evm: removed -sysstat and moved content to -debug flag 2017-03-01 11:52:57 +01:00
runner.go cmd/evm: removed -sysstat and moved content to -debug flag 2017-03-01 11:52:57 +01:00