virtual CPU: Difference between revisions
Jump to navigation
Jump to search
(Created page with "A virtual CPU is a CPU implemented in software. It has an executor which runs on a real (host) CPU.") |
mNo edit summary |
||
Line 1: | Line 1: | ||
A virtual CPU is a CPU implemented in software. It has an executor which runs on a real (host) CPU. | A virtual CPU is a CPU implemented in software. It has an executor which runs on a real (host) CPU. | ||
== Examples== | |||
* SWEET16 - One of, if not the first implementation of a virtual CPU. Implemented at 16-bit CPU on a 6502. | |||
* SEGGER S32E |
Revision as of 17:57, 6 September 2025
A virtual CPU is a CPU implemented in software. It has an executor which runs on a real (host) CPU.
Examples
- SWEET16 - One of, if not the first implementation of a virtual CPU. Implemented at 16-bit CPU on a 6502.
- SEGGER S32E