You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Paweł Bylica 30b1bf2953 Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc 11 years ago
..
arithmetic_test.evm Basic arithmetic, limited precision for MUL, DIV and MOD. 11 years ago
ext_test.evm Block Information instructions: PREVHASH, COINBASE, TIMESTAMP, NUMBER, DIFFICULTY, GASLIMIT 11 years ago
fib1.evm Basic arithmetic, limited precision for MUL, DIV and MOD. 11 years ago
for1.evm - implemented LT, GT 11 years ago
for2.evm - implemented LT, GT 11 years ago
if1.evm fixes for JUMP/JUMPI (generating final basic block) 11 years ago
kv.evm Init of evmcc - EVM Code Compiler 11 years ago
memtest1.evm fixed bug in memory handling 11 years ago
push_test.evm PUSH instruction implementation 11 years ago
return_test.evm Print returned memory to standard output 11 years ago
stack_test.evm SWAP* instructions 11 years ago
store_test.evm Set/get values in Ext store - SSTORE & SLOAD 11 years ago
when1.evm fixed implementation of NOT 11 years ago