https://github.com/smarthard/forth_coursework
Course work of discipline System-level Software
https://github.com/smarthard/forth_coursework
Last synced: 4 months ago
JSON representation
Course work of discipline System-level Software
- Host: GitHub
- URL: https://github.com/smarthard/forth_coursework
- Owner: Smarthard
- Created: 2018-03-31T14:48:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T18:58:25.000Z (over 7 years ago)
- Last Synced: 2025-01-21T02:44:49.732Z (6 months ago)
- Language: Forth
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# System-level software course work
## Words that are implemented (Part 1 - Variant 2)
```is_even``` checks argument at the top of the data stack to be even, returns 1 if it is even, else 0```is_prime``` checks argument at the top of the data stack to be prime, returns pointer to memory with result
```strmv``` moves string from one buffer to another
```strcat``` concatenates two strings and store result in memory, returns pointer to the result
```radical``` calculates argument's radical