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 b39692ba72 BYTE instruction implementation (with bug on BYTE 0) 10 years ago
..
arithmetic_test.evm Basic arithmetic, limited precision for MUL, DIV and MOD. 10 years ago
byte.evm BYTE instruction implementation (with bug on BYTE 0) 10 years ago
ext_test.evm PC instructions 10 years ago
fib1.evm Basic arithmetic, limited precision for MUL, DIV and MOD. 10 years ago
for1.evm - implemented LT, GT 10 years ago
for2.evm - implemented LT, GT 10 years ago
if1.evm fixes for JUMP/JUMPI (generating final basic block) 10 years ago
kv.evm Init of evmcc - EVM Code Compiler 10 years ago
memtest1.evm fixed bug in memory handling 10 years ago
push_test.evm PUSH instruction implementation 10 years ago
return_test.evm Print returned memory to standard output 10 years ago
stack_test.evm SWAP* instructions 10 years ago
store_test.evm Set/get values in Ext store - SSTORE & SLOAD 10 years ago
when1.evm fixed implementation of NOT 10 years ago