Skip to content

vygr/OSX-Forth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published