Language ReferenceΒΆ

FlipJump is a one-instruction esoteric language. The whole machine has exactly one operation: a;b flips the bit at address a, then jumps to address b. Everything else β€” variables, conditionals, arithmetic, I/O β€” is built out of that single instruction via self-modifying code.

The reference below covers the bare language and its assembly-time machinery. For the standard library that builds practical abstractions on top of it, see Standard Library.

Quick recap of the layersΒΆ