.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.