32 Commits (d6e6a5f558fcb7fd41c6e37ad9038d73c4e9d70f)

Author SHA1 Message Date
Paweł Bylica d6e6a5f558 MSIZE test 10 years ago
Paweł Bylica 0128f09065 Wrong resize condition fixed 10 years ago
Paweł Bylica 7f8848744d EXP instruction. 10 years ago
Paweł Bylica cc51bfded6 Pop entry state of basic block from external stack, push exit state to external stack. 10 years ago
Paweł Bylica 3cba3a2dca SHA3 instruction 10 years ago
Paweł Bylica f230c8259b SUICIDE instruction 10 years ago
Paweł Bylica 3f5785829e CALL instruction. Still needs gas counting and callback support. 10 years ago
Paweł Bylica 3942b2ed28 CREATE instruction. Still needs some work with ExtVM interface. 10 years ago
artur-zawlocki f075b7b227 - fixes for RETURN and STOP 10 years ago
Paweł Bylica 320add062e BYTE instruction implementation (with bug on BYTE 0) 10 years ago
Paweł Bylica c002d9b843 PC instructions 10 years ago
Paweł Bylica 09a9f1064f Block Information instructions: PREVHASH, COINBASE, TIMESTAMP, NUMBER, DIFFICULTY, GASLIMIT 10 years ago
artur-zawlocki 48d4294d88 - implemented LT, GT 10 years ago
Paweł Bylica fbe97fd3e1 BALANCE 10 years ago
artur-zawlocki 8b625fa954 fixed implementation of NOT 10 years ago
artur-zawlocki fa76d7a4a0 fixes for JUMP/JUMPI (generating final basic block) 10 years ago
Paweł Bylica edf192b52d Print returned memory to standard output 10 years ago
Paweł Bylica 748ee0fe8d Implementing RETURN and STOP instructions 10 years ago
artur-zawlocki eea755cfc6 fixed bug in memory handling 10 years ago
Paweł Bylica b9cda13a9a Push call data on stack - CALLDATALOAD 10 years ago
Paweł Bylica fcde2f3d22 Accessing Ext static data: CALLER, ORIGIN, CALLVALUE, CALLDATASIZE, GASPRICE 10 years ago
Paweł Bylica ac795c481b Send Ext static data to running contract. ADDRESS instruction 10 years ago
Paweł Bylica 8cd4326db8 Set/get values in Ext store - SSTORE & SLOAD 10 years ago
Paweł Bylica 58e03d5165 Basic arithmetic, limited precision for MUL, DIV and MOD. 10 years ago
Paweł Bylica e53c0a4877 SWAP* instructions 10 years ago
Paweł Bylica 3e01d183a0 POP and DUP* instructions 10 years ago
Paweł Bylica 4266ce54fc PUSH instruction implementation 10 years ago
Paweł Bylica f5eda1f1b3 Moving Compiler to separated files 10 years ago