stl.startup (arity 0)ΒΆ
startup Macro - Should be the first piece of code in your program.
Inits the IO variable, and jumps to the next instruction.
SignatureΒΆ
def startup @ code_start { ... }
Defined in runlib.fj β lines 13β16 (view on GitHub).
ComplexityΒΆ
Time:
2Space:
2
See the complexity glossary for what @, w, dw, dbit, n mean.
SourceΒΆ
Click to view the macro body
def startup @ code_start {
stl.startup code_start
code_start:
}
Depends onΒΆ
Next: stl.startup/1 β