So this is basically a test of mine done in around 3-4 days, where im testing a virtual computer inside of roblox, built from scratch, and from scratch i mean, literally from scratch.
This is built from the ground up.
Its own CPU instruction set, RAM management, pseudo-ASM and pseudo-C compilers (with their flaws, specially the C compiler) and Hard Disk files (ROM, so the files in C:/Root have to be modified manually).
Im planning on making this open source for anyone that would like to contribute on this project and make it bigger.
The project repository will come with the .lua files and the .rbxl file for testing.
Here are some screenshots:
Still very bare bones.
Currently manages 20 instructions and 32kb VRAM.
dropping the lastest demolished build (please take your time to analyze scripts SPECIALLY THE ASM ONES THE FILLERS LIKE PUSH ‘A’ ARE FOR A REASON):
asm.rbxl (94.7 KB)
Github repository (for contributors):
juaninsanote7773/ro-cpuemu: An open source CPU Emulator written in Luau



