Repository
https://github.com/LIKO-12/API-Documentation
Details
I have written documentation for the methods of the RAM module in the LIKO-12 fantasy console, the documentation is written in JSON, so it can be used in LIKO-12 and on the website.
Components
This documentation is on the RAM peripheral. LIKO-12 contains different peripherals like a CPU and GPU, each with their own api. The RAM allows you to work, on a low level, with the fantasy computer's memory. There are two sets of methods to work with memory.
- The first method is to use poke / peek, which, respectively, writes or reads, a half or full byte of data.
- The other method is to use memset, memget, and memcpy, which writes, reads, and copies variable length data, respectively.
Difference
There has not been documentation for this part before.
Links
The website has not been updated yet.
GitHub Proof of Authorship
- GitHub Account: https://github.com/boredom101
- Pull Request: https://github.com/LIKO-12/API-Documentation/pull/11