Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vygr/osx-forth

Forth for OSX, bootstrap from x86 NASM then Forth only.
https://github.com/vygr/osx-forth

assembly forth macos

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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.