EEex_WriteAssemblyAuto
Writes assembly declarations to a dynamically allocated memory space, unlike EEex_WriteAssembly which writes to a provided address
EEex_WriteAssemblyAuto(assembly)
Parameters
assembly - pointer to the assembler data to write to the newly allocated memory
Return
Returns a pointer to the reserved address that contains the assembler raw byte code
Example
See M__EEex.lua for examples
See Also