TODO.md adjust

This commit is contained in:
romanman 2014-06-23 10:38:32 +01:00
parent 6cb8ecffbe
commit 901c7af47e
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
- [x] **VM execution:** support CALL op
- [x] **VM execution:** support CALL op with in/out data
- [ ] **VM execution:** support CREATE op
- [ ] **SerpentCompiler** compile create(gas, mem_start, mem_size)
- [ ] **SerpentCompiler** compile create(gas, mem_start, import("examples/mul2.se"))
- [ ] **SerpentCompiler** compile return(array) correct
- [ ] **VM execution:** SUICIDE op adjust
- [ ] **ProgramPlayDialog** support internal calls