We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
JIT
- This article is not detailed enough and needs to be expanded. Please help us by adding some more information.
JIT is a OISC made by User:Robotosaurus6502 somewhere in early November 2024, JIT's one instruction is "Jump If and Toggle". JIT toggles single bits, The bit it toggles is determined by the first argument, And it jumps to the location determined by the second argument if the result was false, Else it just continues to the next instruction. You can write code in memory and jump to memory, So this is Self modifying. This is based off "Turing tumble" so it's probably turing complete but I'm not sure.
Example programs:
Sorry there's only one, I'm too lazy to make more.
0 32 0 32
This program starts at 32, And will toggle bit 0 zero on and off forever.
(God dammit I can't pull my self to write a whole page)