Skip to content

danrot/java-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JVM

This is an implementation of the Java Virtual Machine as specified by [http://docs.oracle.com/javase/specs/jvms/se7/html/](the official java vm specification).

The following functionality have been implemented:

  • arithmetical operations for integer
  • variable handling for integers
  • invoking static, virtual and special methods
  • integer arrays
  • create objects
  • writing and accessing fields in objects
  • loops

About

My java implementation in C for a project at the University Of Applied Sciences in Dornbirn, Vorarlberg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published