Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/smarthard/forth_coursework

Course work of discipline System-level Software
https://github.com/smarthard/forth_coursework

Last synced: 6 days ago
JSON representation

Course work of discipline System-level Software

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