! Turbo mode is required for the project to run ! TurboWarp: https://turbowarp.org/779249453?fps=250&turbo This is a computer emulator. It emulates the central processing unit, random-access memory, and internal storage. The CPU is constructed differently from real-life processors or other similar emulators. The RAM can hold a huge amount of data. Despite being implemented as a list with a limit of 200,000 cells, its cells are not restricted. (At least, I'm not aware of any limitations.) The file system in the storage is implemented as a list. Each cell represents a file and has the format "File path|File content." I developed this project, striving to design the algorithms independently without delving too deeply into this subject. My idea was to recreate the processor, RAM, and other components without relying on any tutorials. r + green flag = hard reset