Skip to content

yrk06/VirtualProcessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Processor

Virtual processor is a processor emulator built in java. The standard ISA implemented is RiSC-16

ISA

This virtual processor allows different ISAs to be implemented, as long as they extend from the generic Instruction, InstructionDecoder InstructionExecutor and InstructionDebugger classes.

Components

This virtual processor support "components", which are devices connected to processor address and data busses. Componentes must extend the generic component class

About

Virtual processor emulator built in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published