This repository has been archived by the owner on Oct 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
samsaga2/samforth
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
You need: - python 2.6 (http://python.org/) - sjasm (http://www.xl2s.tk/) - openmsx (http://openmsx.sourceforge.net/) Run the examples with: # make test # make test2 Files: - samc.py: the forth compiler - samforth.begin: the asm header - samforth.end: the asm footer - kernel.fs: core words - bios.fs: some bios calls - test.fs: simple example using screen 1 - test2.fs: simple example using screen 2 - gforth.el: a modified version of gforth mode for emacs (added asm: ;asm c: ;c) Usage: python samc.py < example.fs > example.asm sjasm -j example.asm example.rom The compiler is far from a complete version of forth. For more info read kernel.fs, test.fs and test2.fs sources.
About
Forth for MSX
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published