Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marinossav/ijvm_emulator

A programming project aimed at implementing an IJVM emulator using C.
https://github.com/marinossav/ijvm_emulator

assembly c ijvm ijvm-emulator instruction-set-architecture java

Last synced: 21 days ago
JSON representation

A programming project aimed at implementing an IJVM emulator using C.

Awesome Lists containing this project

README

        

# IJVM Emulator
A programming project aimed at implementing an IJVM emulator using C. IJVM is an instruction set architecture created by Andrew Tanenbaum for his MIC-1 architecture. It is used to teach assembly basics and is mostly a subset of the JVM assembly language that is used in the Java platform.

This repository only includes my implementation without any testing files.

![IJVM Instructions](/img/IJVM_instructions.JPG)