Modules
Here is a list of all modules:
![]() | Functions that start up and shutdown the Embryo library |
![]() | Functions that set up programs, and destroy them |
![]() | Adds a native program call to the given Embryo program |
![]() | Resets the current virtual machine session of the given program |
![]() | Ensures that the given unsigned short integer is in the small endian format |
![]() | Retrieves the location of the public variable in the given program with the given name |
![]() | Sets the error code for the given program to the given code |
![]() | Sets the data associated to the given program |
![]() | Retrieves the length of the string starting at the given cell |
![]() | Increases the size of the heap of the given virtual machine by the given number of Embryo_Cells |
![]() | Returns the number of virtual machines are running for the given program |
![]() | Pushes an Embryo_Cell onto the function stack to use as a parameter for the next function that is called in the given program |