https://github.com/userjhansen/computer
Custom 32 bit computer
https://github.com/userjhansen/computer
assembler assembly computer cpu custom-computer-architecture emulator instruction-set-architecture
Last synced: 3 months ago
JSON representation
Custom 32 bit computer
- Host: GitHub
- URL: https://github.com/userjhansen/computer
- Owner: UserJHansen
- Created: 2022-09-10T03:16:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T11:05:29.000Z (9 months ago)
- Last Synced: 2024-08-28T12:28:04.904Z (9 months ago)
- Topics: assembler, assembly, computer, cpu, custom-computer-architecture, emulator, instruction-set-architecture
- Language: TypeScript
- Homepage:
- Size: 297 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Computer
A hobby computer and accompanying compiler with a custom Assembly like language, including a vscode debugging extension.## Dirs:
- Assembly - Sample code
- Circuit - The circuit for the CPU, runs in [Digital](https://github.com/hneemann/Digital)
- Extension-Data - Language definitions and icons for VSCode
- Bin - Precompiled binaries
- Debug - Reverse decompiled from the binaries, useful for debugging the compiler
- Src - Source code for the compiler and VSCode extension## Instructions: [Instruction set](instructions.md)
## Known bugs
The stack module needs a rewrite as it currently doesn't work correctly