nand2/07_Operating_System/06_Math_Test/Readme.md

25 lines
392 B
Markdown
Raw Permalink Normal View History

2023-01-11 10:13:09 +00:00
## 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)