GitHub topics: basic-computer
adityapatel1010/Basic-Computer-Circuit
Basic Computer Circuit with Custom Instructions — Implementation of a simple computer architecture with RAM, ROM, micro-operations, and 6 new custom instructions (NOR, NOTDR, MUL, XOR, COPY, CLRDR), showcasing instruction design, mapping, and control logic.
Size: 10.8 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

esdmr/mano-machine
🖥️🤖 Mano Machine implementation in SystemVerilog
Language: SystemVerilog - Size: 127 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

EnAnsari/bcp-hsu
Basics of computer and programming class - Hakim Sabzevari University | مبانی کامپیوتر و برنامه سازی دانشگاه حکیم سبزواری
Language: C++ - Size: 496 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 33

rezamardaniDev/MorrisMano_BasicComputer_VHDL
A VHDL implementation of the Morris Mano Basic Computer, including all key components such as registers, memory, ALU, control unit, and a common bus, designed for educational purposes. Fully modular and ready for simulation.
Language: VHDL - Size: 15.6 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

AsierCL/Logisim-PC
Very basic computer created in Logisim Evolution. Just to show off your computer architecture skills.
Size: 190 KB - Last synced at: 20 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

maxbarsukov/csa3-stack-machine
💻📚 Computer system architecture Lab #3 -- Experiment (stack machine)
Language: Python - Size: 169 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

omidnaeej/Morris-Mano-Basic-Computer-In-Logisim
Designed basic computer circuits in Logisim - Computer Organization Project - University of Tehran - Spring 2024
Size: 38.1 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Miladrzh/vhdl-basic-computer
Implementation of a basic CPU using VHDL.
Language: VHDL - Size: 714 KB - Last synced at: 9 months ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

Kaaveh/Basic-Computer
Implementation of Basic Computer(Mano Machine)
Language: VHDL - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

getlost01/computer1
Logisim Circuits Design of Basic Computer Architecture
Size: 40 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

rayanf/Morris-Mano-Basic-Computer
morris mano's basic computer in 'computer system architecture' book...simulated in logisim
Size: 80.1 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

CoderEx24/bcasm
An Assembler for Morris Mano's Basic Computer
Language: Rust - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

brkydnc/mano
💾 Mano machine simulator (with an assembler!)
Language: TypeScript - Size: 2.23 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

Abtinz/Computer-Architecture-Lab
Computer Architecture Lab AUT Spring 2022
Language: VHDL - Size: 43 KB - Last synced at: 6 months ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

ehsanyousefzadehasl/MBC
MBC stands for Mano's Basic Computer
Language: Verilog - Size: 37.1 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

MohammadYasinKarbasian/Mano-simulator
Mano-simulator : A 16-bit assembler that execute your assembly commands
Language: C++ - Size: 23.6 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

shuseel/CS-IT-MCQs-and-Interview-Questions
A curated list of awesome multiple-choice questions and interview questions was collected from the web.
Size: 1000 Bytes - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

iluso-6/IOT_ESP8266_OLED_C64
Commodore 64 on ESP8266 - Small plaything as a proof of concept
Language: C++ - Size: 12.4 MB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 0

MahdiBaghbani/Python-Basic-Computer-Assembler
Basic 16-bit computer assembler, implemented in Python exactly as described in M.Morris Mano's "Computer Systems Architecture" textbook.
Language: Python - Size: 34.2 KB - Last synced at: 6 months ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 2

aminrashidbeigi/SAYEH
SAYEH cpu-memory basic computer
Language: VHDL - Size: 1010 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 12 - Forks: 0

mmahdibarghi/mano-simulator
🖥️ An assembler and hardware simulator for the Mano Basic Computer, a 16 bit computer.
Language: C++ - Size: 25.9 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 1

GSri30/IASmachine
Simple Implementation of a basic IAS machine in java (includes a sample input)
Language: Java - Size: 213 KB - Last synced at: 6 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

aminrashidbeigi/SAYEH-Cache
implementing SAYEH cache using VHDL
Language: VHDL - Size: 806 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 7 - Forks: 0

1997alireza/SAYEH
SAYEH (Simple Architecture, Yet Enough Hardware) Basic Computer
Language: VHDL - Size: 2.92 MB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 5 - Forks: 0

MyAUTComputerArchitectureCourse/SAYEH
Design and implementation of a small modular processor, called SAYEH (Simple Architecture, Yet Enough Hardware) which contains controller and datapath.
Language: VHDL - Size: 481 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

MyAUTComputerArchitectureCourse/SEMI-MIPS
A limited implementation of MIPS BASIC COMPUTER with vhdl.
Language: VHDL - Size: 4.19 MB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0
