1
0
Fork 0
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:
Henrik Hautakoski 2018-10-27 19:10:05 +02:00
parent ae40dea013
commit 584d731122
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA

View file

@ -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.