Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vygr/osx-forth
- Owner: vygr
- License: mit
- Created: 2014-12-20T15:07:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-16T19:04:04.000Z (over 9 years ago)
- Last Synced: 2024-10-12T02:08:58.083Z (3 months ago)
- Topics: assembly, forth, macos
- Language: Forth
- Size: 207 KB
- Stars: 42
- Watchers: 5
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
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.oRun with:
./forth
On seeing the prompt enter WORDS to list all available words.