mirror of
https://github.com/JanNeuendorf/SVC16.git
synced 2025-06-04 18:45:27 +00:00
Update README.md
This commit is contained in:
parent
d13700d9e9
commit
c6de396d8a
@ -2,10 +2,13 @@
|
||||
<div align="center">
|
||||
<img src="logo.png" alt="Logo" width="200"/>
|
||||
</div>
|
||||
This is the spec for an extremely simple "virtual computer" that can be emulated on a modern computer.
|
||||
This is the spec for an extremely simple "virtual computer" that can be emulated.
|
||||
|
||||
The goal in one word is **simplicity**. It should be simple to understand every instruction, to write machine code that runs on it, and to write a compiler for it.
|
||||
|
||||
The instruction set and the design in general are in no way meant to be "realistic depictions" of something that would make sense in real hardware.
|
||||
|
||||
|
||||
## Quick Overview
|
||||
### No Registers
|
||||
There are no CPU registers, just one chunk of memory. Values can be loaded from every memory address and written to every memory address.
|
||||
|
Loading…
x
Reference in New Issue
Block a user