Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > System > Emulators

    NVM Virtual Machine 2.0

    Download button

    No screenshots available
    Downloads: 1,305  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Fair (3.0/5)
    24 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Tomasz Fortuna | More programs
    GPL / FREE
    April 27th, 2007, 16:46 GMT
    ROOT / System / Emulators

     Read user reviews (0)  Refer to a friend  Subscribe

    NVM Virtual Machine description

    NVM Virtual Machine is a small, fast, extensible and portable virtual machine.

    NVM stands for NVM Virtual Machine (yes, right. It’s the still-and-forever popular recursive acronym). NVM Virtual Machine is a small, quite portable and as I hope fast virtual machine. I’ve written it without precise purpose as a work for studies but I’m considering using it for scripting one of my µC projects (mobile robot).

    It consist of three programs: assembler (+disassembler), execution environment and compiler of a high-level language (higher than assembler). First two are written in C, whereas compiler is written using ocamllex and ocamlyacc.

    Currently, the latest version is available at: NVM it still needs a lot of work and tests. Feel free to comment it.

    An example of language which is compiled by ocamllex and ocamlyacc:
    def fibo($a, $b)

    $c = $a + $b;

    puti($a);
    puts($Sep);

    $a = $b;
    $b = $c;

    if ($c < 10000)
    call fibo($a, $b);
    ;;
    ;;

    def start($test)
    $Sep = 'n';
    puts('Fibonacci series:n');
    call fibo(1, 1);
    ;;

    Language has support for functions, global and local variables, some string support and that’s all. It has if and while keywords implemented also.

    What's New in This Release:

    · This is a complete and running version, but it needs a lot of testing.
    · A few examples of the ASM and the higher-level language are provided.
    · Compilation was tested on the x86, x86_64, and Cygwin (x86) platforms.



    Product's homepage

      


    TAGS:

    extensible virtual machine | portable virtual machine | scripting engine | NVM | microcontrollers | portable

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM