Paweł Bylica
|
16023daf0b
|
Allocate memory and count gas for RETURN instruction
[#79942174]
|
10 years ago |
Paweł Bylica
|
e1112c11c9
|
MSIZE test
|
10 years ago |
Paweł Bylica
|
7c157f68f6
|
Wrong resize condition fixed
[Delivers #80191662]
|
10 years ago |
Paweł Bylica
|
1a4cbdabef
|
EXP instruction.
[Delivers #79736422]
|
10 years ago |
Paweł Bylica
|
3fa3bc8b30
|
Pop entry state of basic block from external stack, push exit state to external stack.
[Delivers #80113346]
|
10 years ago |
Paweł Bylica
|
fe38de867e
|
SHA3 instruction
[Delivers #79534494]
|
10 years ago |
Paweł Bylica
|
1835251b52
|
SUICIDE instruction
[Delivers #79510898]
|
10 years ago |
Paweł Bylica
|
a33863d931
|
CALL instruction. Still needs gas counting and callback support.
[Delivers #79510898]
|
10 years ago |
Paweł Bylica
|
cdebe9f9f7
|
CREATE instruction. Still needs some work with ExtVM interface.
[#79510898]
|
10 years ago |
artur-zawlocki
|
f34340d4c1
|
- fixes for RETURN and STOP
- codegen for SLT, SGT, EQ and NEG
|
10 years ago |
Paweł Bylica
|
b39692ba72
|
BYTE instruction implementation (with bug on BYTE 0)
|
10 years ago |
Paweł Bylica
|
397763be63
|
PC instructions
|
10 years ago |
Paweł Bylica
|
9479a70b00
|
Block Information instructions: PREVHASH, COINBASE, TIMESTAMP, NUMBER, DIFFICULTY, GASLIMIT
|
10 years ago |
artur-zawlocki
|
8df1050fcb
|
- implemented LT, GT
- new tests for jumps and comparisons
|
10 years ago |
Paweł Bylica
|
e5ff13180c
|
BALANCE
|
10 years ago |
artur-zawlocki
|
01cc09a279
|
fixed implementation of NOT
|
10 years ago |
artur-zawlocki
|
d843ec660a
|
fixes for JUMP/JUMPI (generating final basic block)
implementation of NOT
|
10 years ago |
Paweł Bylica
|
f6759913e4
|
Print returned memory to standard output
|
10 years ago |
Paweł Bylica
|
f41550077a
|
Implementing RETURN and STOP instructions
|
10 years ago |
artur-zawlocki
|
65908ab5e8
|
fixed bug in memory handling
|
10 years ago |
Paweł Bylica
|
9ee462570b
|
Push call data on stack - CALLDATALOAD
|
10 years ago |
Paweł Bylica
|
696f6ae62e
|
Accessing Ext static data: CALLER, ORIGIN, CALLVALUE, CALLDATASIZE, GASPRICE
|
10 years ago |
Paweł Bylica
|
10e5182860
|
Send Ext static data to running contract. ADDRESS instruction
|
10 years ago |
Paweł Bylica
|
362acacfa2
|
Set/get values in Ext store - SSTORE & SLOAD
|
10 years ago |
Paweł Bylica
|
4ec1ebc82c
|
Basic arithmetic, limited precision for MUL, DIV and MOD.
|
10 years ago |
Paweł Bylica
|
2eabdb0ced
|
SWAP* instructions
|
10 years ago |
Paweł Bylica
|
646f954ac6
|
POP and DUP* instructions
|
10 years ago |
Paweł Bylica
|
a9bdd81d49
|
PUSH instruction implementation
|
10 years ago |
Paweł Bylica
|
0a78fe0756
|
Init of evmcc - EVM Code Compiler
|
10 years ago |