Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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...

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!