mirror of
https://github.com/pnx/m16vm
synced 2026-06-16 03:44:55 +02:00
README.md: minor fix
This commit is contained in:
parent
ae40dea013
commit
584d731122
1 changed files with 3 additions and 1 deletions
|
|
@ -4,7 +4,9 @@
|
|||
This is a virtual machine for a RISC-processor designed for educational purposes.
|
||||
|
||||
The design is taken from the real world and tries to mimic existing RISC-architectures.
|
||||
So it should in theory be possible to construct actual hardware based on the instruction set. Maybe not build a transistor-chip (it's hard, unless you know someone working at Intel/Amd or something) but by putting together a bunch of gate-chips on a breadboard.
|
||||
So it should in theory be possible to construct actual hardware based on the instruction set.
|
||||
Maybe not build a transistor-chip (it's hard, unless you know someone working at Intel/Amd or something)
|
||||
but by putting together a bunch of gate-chips on a breadboard.
|
||||
|
||||
The instruction set is by no means designed to be "fast" or "optimal" but focus
|
||||
more on being easy to understand and modify/play with.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue