new Fun()
Describes a function.
- Source:
Properties:
| Name | Type | Description |
|---|---|---|
start |
boolean | number | code address. |
calls |
Array.<number> | slots to insert |
returns |
Array.<number> | slots to insert branch to exit. |
entry() |
function | generates preamble code. |
undo() |
function | undoes |
call() |
function | generates |
return() |
function | generates branch to exit. |
storeOk() |
function | true if allowed to store. |
store() |
function | generates store instruction. |
end() |
function | fixes |
exit() |
function | generates postamble code. |
toString() |
function | represents as text. |