Welcome to the 8-bit CPU emulator! This project is a C-language implementation of an emulator for an 8-bit CPU. The emulator is capable of simulating the behavior of a simple 8-bit CPU, executing instructions and manipulating memory.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Emulation of a simple 8-bit CPU Execution of a variety of 8-bit instructions Memory manipulation and access
A C compiler (such as GCC or Clang) Make (optional, but recommended for building)
To build the emulator, navigate to the root directory of the project and run make. This will create an executable file called emulator.
To run the emulator, execute the emulator executable with the path to a file containing 8-bit machine code as an argument. For example:
Copy code ./emulator path/to/machine/code/file
Detailed documentation for the emulator can be found in the gitlab wiki. This documentation includes information on the instruction set supported by the emulator, as well as the structure and function of the emulator itself.
We welcome contributions to the 8-bit CPU emulator! If you have an idea for a new feature or a bug fix, please open an issue or submit a pull request.
This project has been supported by JetBrains. Their open-source licenses have been invaluable for the development of this project.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.