stl.startup_and_init_pointers (arity 1)¶

startup Macro - Should be the first piece of code in your program.
Inits the IO variable, and the pointers globals.
Jumps to the given code_start.

Signature¶

def startup_and_init_pointers code_start { ... }

Defined in runlib.fj — lines 41–45 (view on GitHub).

Complexity¶

  • Time: 2.5w+265

  • Space: 2.5w+265

See the complexity glossary for what @, w, dw, dbit, n mean.

Depends on¶

Used by¶