Skip to content

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

License

Notifications You must be signed in to change notification settings

kaysersoze/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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Forth 55.8%
  • Assembly 44.2%