CCurl / f4

An indirect-threaded Forth for FASM based on JonesForth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is f4?

f4 is an indirect-threaded Forth for Windows and/or Linux written in assembly language for FASM.

f4 is based loosely on Richard Jones' famous JonesForth.

f4 uses "FASM" for the assembler. It is available for both Windows and Linux. See this page for more info: https://flatassembler.net/

Building f4

  • On Windows, use ./makew.bat
  • On Linux, use ./makel

About

An indirect-threaded Forth for FASM based on JonesForth


Languages

Language:Assembly 99.9%Language:Batchfile 0.1%