Neo-JVM

Neo-JVM

neoexpert
Jan 13, 2019
  • 62.5 KB

    Dimensione

  • Android 4.0+

    Android OS

Informazioni su Neo-JVM

Neo-JVM

Simuliert eine JVM.

Zur Zeit funktioniert nur ein begrenzte Anzahl an op-codes. Dieses Programm ist OpenSource:

https://gitlab.com/neoexpert/jvm

Beispiel-Programm, das ausgeführt werden kann:

public class Main {

public static void main(String[] args) {

fak(10);

}

public static int fak(int i){

if(i<=0)

return 1;

return i*fak(i-1);

}

}

Mostra Altro

What's new in the latest 0.5

Last updated on 2019-01-13
Much more op-codes implemented.
"Hello World" program works now.
Mostra Altro

Video e screenshot

  • Poster Neo-JVM
  • 1 Schermata Neo-JVM

Informazioni sull'APK Neo-JVM

Ultima versione
0.5
Categoria
Strumenti
Android OS
Android 4.0+
Dimensione
62.5 KB
Sviluppatore
neoexpert
Download APK sicuri e veloci su APKPure
APKPure utilizza la verifica delle firme per garantire download di APK Neo-JVM senza virus per te.

Vecchie versioni di Neo-JVM

Neo-JVM 0.5

62.5 KBJan 13, 2019
Scarica

Neo-JVM 0.1

45.9 KBApr 21, 2017
Scarica
Icona APKPure

Download super veloce e sicuro tramite l'app APKPure

Basta un clic per installare i file XAPK/APK su Android!

Scarica APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies