# FORTH-83 version 2.0 for CP/M-80

- Repository: [https://github.com/janaite/forth83-80](https://github.com/janaite/forth83-80)
- Manual: [F83-20.MAN](https://wiki.hexadust.net/attachments/45) (from [http://www.retroarchive.org/cpm/cdrom/CPM/FORTH-83/](http://www.retroarchive.org/cpm/cdrom/CPM/FORTH-83/))

Copy `f83.com` to your system and run it.

Words:

- `BYE` - exit to CP/M
- `WORDS` - list words
- `SEE` word - see word definition
- `VIEW` word - find word in source code files
- `.s` - show stack
- `.` - delete top stack item