Neo-JVM

neoexpert
2019年01月13日
  • 62.5 KB

    ファイルサイズ

  • Android 4.0+

    Android OS

このNeo-JVMについて

ネオ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);

}

}

もっと見る隠す

最新バージョン 0.5 の更新情報

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

Neo-JVMの旧バージョン

APKPureアプリで超高速かつ安全にダウンロード

Android で XAPK/APK ファイルをワンクリックでインストール!

ダウンロード APKPure