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 f95999c6b3 Allocate memory and count gas for RETURN instruction 10 years ago
..
arithmetic_test.lll EXP instruction. 10 years ago
byte.lll BYTE instruction implementation (with bug on BYTE 0) 10 years ago
ext_test.lll SHA3 instruction 10 years ago
fib1.lll Basic arithmetic, limited precision for MUL, DIV and MOD. 10 years ago
for1.lll - implemented LT, GT 10 years ago
for2.lll - implemented LT, GT 10 years ago
if1.asm fixes for JUMP/JUMPI (generating final basic block) 10 years ago
if1.lll Indirect jump: jump table generated in separate bblock. 10 years ago
kv.lll Moving Compiler to separated files 10 years ago
mem2.lll MSIZE test 10 years ago
memtest1.lll fixed bug in memory handling 10 years ago
push_test.lll PUSH instruction implementation 10 years ago
return1.lll - fixes for RETURN and STOP 10 years ago
return2.lll Allocate memory and count gas for RETURN instruction 10 years ago
return_test.lll Print returned memory to standard output 10 years ago
stack_test.lll Set/get values in Ext store - SSTORE & SLOAD 10 years ago
stackjump.lll JUMP test in assembly 10 years ago
store_test.lll Set/get values in Ext store - SSTORE & SLOAD 10 years ago
when1.asm fixed implementation of NOT 10 years ago
when1.lll fixed implementation of NOT 10 years ago