All Projects → vygr → OSX-Forth

vygr / OSX-Forth

Licence: MIT license
Forth for OSX, bootstrap from x86 NASM then Forth only.

Programming Languages

forth
179 projects
assembly
5116 projects

Labels

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].