OSX-Forth icon indicating copy to clipboard operation
OSX-Forth copied to clipboard

Forth for OSX, bootstrap from x86 NASM then Forth only.

OSX-Forth

Forth for OSX, bootstrap from x86 NASM then Forth only.

Build with:

nasm -f macho forth.nasm ld -o forth -e _main forth.o

Run with:

./forth

On seeing the prompt enter WORDS to list all available words.