.FJM 文件扩展名
FlipJump Memory File
| 开发者 | Tomhe |
| 受欢迎程度 |
4.4 | 11 票 |
什么是 FJM 文件?
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.
更多信息
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).
注: You can find more information about the Flipjump Memory format on the project's GitHub page.
如何打开 FJM 文件
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.