Topics
Here is a list of all topics with brief descriptions:
 Library Maintenance FunctionsFunctions that start up and shutdown the Embryo library
 Program Creation and Destruction FunctionsFunctions that set up programs, and destroy them
 Function FunctionsAdds a native program call to the given Embryo program
 Virtual Machine FunctionsResets the current virtual machine session of the given program
 Byte Swapping FunctionsEnsures that the given unsigned short integer is in the small endian format
 Public Variable Access FunctionsRetrieves the location of the public variable in the given program with the given name
 Error FunctionsSets the error code for the given program to the given code
 Program Data FunctionsSets the data associated to the given program
 Embryo Data String FunctionsRetrieves the length of the string starting at the given cell
 Heap FunctionsIncreases the size of the heap of the given virtual machine by the given number of Embryo_Cells
 Program Run FunctionsReturns the number of virtual machines are running for the given program
 Function Parameter FunctionsPushes an Embryo_Cell onto the function stack to use as a parameter for the next function that is called in the given program