.FJM File Extension
FlipJump Memory File
Developer | Tomhe |
Popularity |
4.3 | 10 Votes |
What is an FJM file?
An FJM file contains FlipJump machine code assembled by the assembler included with the FlipJump command-line project from an .FJ source code file. It stores the code in memory segments (FlipJump Memory) and may be compressed with the Lempel-Ziv and Haruyasu (.LZH) compression algorithm.
More Information
Tomhe (short for "Tom Herman") created the FlipJump programming language to be simple and primitive (known as OISC, which stands for "One Instruction Set Computer" language. OISC languages are straightforward, running from only one instruction (FipJump programs run from one instruction with two operands: a;b).
NOTE: You can find more information about the Flipjump Memory format on the project's GitHub page.
How to open an FJM file
You can run an FJM file with the FlipJump project from the command line, which provides a macro assembler, an interpreter, and a standard library.