Modules
Here is a list of all modules:
oLibrary Maintenance FunctionsFunctions that start up and shutdown the Embryo library
oProgram Creation and Destruction FunctionsFunctions that set up programs, and destroy them
oFunction FunctionsAdds a native program call to the given Embryo program
oVirtual Machine FunctionsResets the current virtual machine session of the given program
oByte Swapping FunctionsEnsures that the given unsigned short integer is in the small endian format
oPublic Variable Access FunctionsRetrieves the location of the public variable in the given program with the given name
oError FunctionsSets the error code for the given program to the given code
oProgram Data FunctionsSets the data associated to the given program
oEmbryo Data String FunctionsRetrieves the length of the string starting at the given cell
oHeap FunctionsIncreases the size of the heap of the given virtual machine by the given number of Embryo_Cells
oProgram 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