Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simplyprogrammer/ram4cpp
RAM emulator utilizing C++ language modification that utilizes a preprocessor allowing you to use Random Access Machine instructions in C++ which essentially makes it a RAM emulator...
https://github.com/simplyprogrammer/ram4cpp
computability cpp domain-specific-language emulator fast lightweight preprocessor ram random-access-machine simple-to-use simulator
Last synced: 16 days ago
JSON representation
RAM emulator utilizing C++ language modification that utilizes a preprocessor allowing you to use Random Access Machine instructions in C++ which essentially makes it a RAM emulator...
- Host: GitHub
- URL: https://github.com/simplyprogrammer/ram4cpp
- Owner: SimplyProgrammer
- License: other
- Created: 2024-04-29T18:50:35.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T08:35:03.000Z (3 months ago)
- Last Synced: 2024-09-18T11:20:34.109Z (3 months ago)
- Topics: computability, cpp, domain-specific-language, emulator, fast, lightweight, preprocessor, ram, random-access-machine, simple-to-use, simulator
- Language: C++
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ram4Cpp
RAM emulator utilizing C++ language modification that utilizes a preprocessor allowing you to use Random Access Machine instructions in C++ which essentially makes it a RAM emulator...This was a little side project that arose from 1 college assignment of mine and I found it interesting enough to publish. Well, although its age is clearly visible, it still amazes me what a 40 years old programming language is capable of...
### License and documentation are present in header itself!