bit.ptr_jumpΒΆ

Jump to the address stored in ptr. Effectively ;*ptr.

SignatureΒΆ

def ptr_jump ptr < bit.pointers.to_jump { ... }

Defined in bit/pointers.fj β€” lines 53–56 (view on GitHub).

ComplexityΒΆ

  • Time: 2w@ + 2

  • Space: 2w@ + 2

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

Requires initΒΆ

The following must be initialised before this macro is invoked:

  • bit.pointers.ptr_init

SourceΒΆ

Depends onΒΆ

Used byΒΆ

Example usesΒΆ


← Previous: bit.pointers.set_flip_pointer Next: bit.ptr_flip β†’