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
c computability cpp domain-specific-language emulator fast lightweight low-level preprocessor ram random-access-machine simple-to-use simulator
Last synced: 10 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T08:35:03.000Z (over 1 year ago)
- Last Synced: 2025-02-01T22:26:10.971Z (12 months ago)
- Topics: c, computability, cpp, domain-specific-language, emulator, fast, lightweight, low-level, 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!