Lua:autoAssemble
Jump to navigation
Jump to search
function autoAssemble(AutoAssemblerScript)
Executes the given string by ce's auto assembler.
tip: Use [[ ]] quotes for multiline script.
Example:
autoAssemb([[ alloc(myscript) label(returnhere)
myscript: mov eax,123 jmp returnhere
00400500: jmp myscript returnhere: ]])
Function Parameters
Parameter | Type | Description |
---|---|---|
AutoAssemblerScript | String | The script to execute by the auto assembler |