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