Virtual CPU Instruction Set: Porovnání verzí
Skočit na navigaci
Skočit na vyhledávání
Bez shrnutí editace |
Bez shrnutí editace |
||
Řádek 1: | Řádek 1: | ||
==Design goals== |
|||
* Simple to implement in many other languages |
|||
* Efficient to execute by emulator |
|||
* Future extensibility (to support 128-bit data/address width or more) |
|||
* Single code for any data/address width |
|||
==Other interesting instruction sets== |
|||
==Others== |
|||
* [https://www.bigmessowires.com/2010/11/03/tiny-cpu-instruction-set/ Tiny CPU Instruction Set] |
* [https://www.bigmessowires.com/2010/11/03/tiny-cpu-instruction-set/ Tiny CPU Instruction Set] |
||
* [https://zipcpu.com/zipcpu/2018/01/01/zipcpu-isa.html A Quick Introduction to the ZipCPU Instruction Set] |
* [https://zipcpu.com/zipcpu/2018/01/01/zipcpu-isa.html A Quick Introduction to the ZipCPU Instruction Set] |
||
* [https://www.clear.rice.edu/elec422/1996/bomb/instrset.html MINI-CPU Instruction Set Specification] |
|||
[[Category:Programování]] |
[[Category:Programování]] |
Verze z 15. 4. 2019, 12:24
Design goals
- Simple to implement in many other languages
- Efficient to execute by emulator
- Future extensibility (to support 128-bit data/address width or more)
- Single code for any data/address width