Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/marinossav/ijvm_emulator
- Owner: MarinosSav
- Created: 2024-07-29T12:50:27.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T13:01:21.000Z (7 months ago)
- Last Synced: 2025-01-21T19:49:02.370Z (21 days ago)
- Topics: assembly, c, ijvm, ijvm-emulator, instruction-set-architecture, java
- Language: C
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)