Functions | |
int | embryo_data_string_length_get (Embryo_Program *ep, Embryo_Cell *str_cell) |
Retrieves the length of the string starting at the given cell. | |
void | embryo_data_string_get (Embryo_Program *ep, Embryo_Cell *str_cell, char *dst) |
Copies the string starting at the given cell to the given buffer. | |
void | embryo_data_string_set (Embryo_Program *ep, char *src, Embryo_Cell *str_cell) |
Copies string in the given buffer into the virtual machine memory starting at the given cell. | |
Embryo_Cell * | embryo_data_address_get (Embryo_Program *ep, Embryo_Cell addr) |
Retreives a pointer to the address in the virtual machine given by the given cell. |
|
Retreives a pointer to the address in the virtual machine given by the given cell.
|
|
Copies the string starting at the given cell to the given buffer.
|
|
Retrieves the length of the string starting at the given cell.
|
|
Copies string in the given buffer into the virtual machine memory starting at the given cell.
|