_Embryo_Program Struct Reference
Data Fields | |
| unsigned char * | base |
| int | pushes |
| Embryo_Cell | cip |
| Embryo_Cell | frm |
| Embryo_Cell | hea |
| Embryo_Cell | hlw |
| Embryo_Cell | stk |
| Embryo_Cell | stp |
| int | flags |
| int | error |
| Embryo_Cell | pri |
| Embryo_Cell | alt |
| Embryo_Cell | reset_stk |
| Embryo_Cell | reset_hea |
| Embryo_Cell * | syscall_d |
| Embryo_Native * | native_calls |
| int | native_calls_size |
| int | native_calls_alloc |
| unsigned char * | code |
| unsigned char | dont_free_code: 1 |
| Embryo_Cell | retval |
| Embryo_Param * | params |
| int | params_size |
| int | params_alloc |
| int | run_count |
| int | max_run_cycles |
| void * | data |
