.FJ 파일 확장자
FlipJump Source Code File
| 개발사 | Tomhe |
| 인기도 |
4.2 | 9 투표 |
FJ 파일이란 무엇인가요?
An FJ file contains source code in the FlipJump programming language, a simple and primitive, one-instruction language. Developers may open and edit FJ files with a source code editor or compile them into executable .FJM files.
추가 정보
Tomhe (short for "Tom Herman") created the FlipJump assembly language. It is a One Instruction Set Computer (OISC) language, meaning it is extremely simple, running from only one instruction. For example, FipJump programs run from one instruction with two operands (a;b).
참고: You can find more information about the Flipjump language on the project's GitHub page.
FJ 파일을 여는 방법
You can open an FJ file with the FlipJump project, which provides a macro assembler, an interpreter, and a standard library for assembling FJ files, and then running them. You can also open FJ files with source code editors, such as Microsoft Visual Studio Code.
Since FJ files store source code in plain text, you can open them with any plain text editor, such as Microsoft Notepad or Apple TextEdit.
