nand2/07_Operating_System/06_Math_Test/Readme.md
Michael Schröder 971b323822 added v2.0
2023-01-11 23:04:57 +01:00

25 lines
392 B
Markdown

## Math_Test
A library of commonly used mathematical functions.
**Note:** Jack compilers implement multiplication and division using OS method calls.
***
### Project
* Implement `Math.jack`
* Test in simulation:
```
$ cd 00_Math_Test
$ make
$ cd ../00_HACK
$ apio clean
$ apio sim
```
* Compare the content of special function register DEBUG0--DEBUG4.
![](math.png)