mainRandom Access Machine Emulator - Summary

 
 
Membership Info
Group Admin:
1 active member

Group identification
Id: 3880
System Name: ramemu
Name: Random Access Machine Emulator
Group Type: non-GNU software and documentation

Search in this Group


 

This group is not part of the GNU Project.

This program emulates the Random Access Machine, the basic theoretical model
for computers in computer science.  Please refer to documentation for
detailed information on its structure and meaning.  Shortly, it is
something that have an array of unlimited size consisting of integers of
unlimited values, and is able to execute a program consisting of
assembler-like instructions of total number ten.  And these simple and
quite abstract means provide possibility to solve any problems that can
be algorythmically solved at all, and it is closer to real computing
systems than many other models.

This emulator is done mostly for educational and research purposes.
It provides a working model for the simplest computing machine that
can solve any tasks, which have a correct algorythm.  Of course, for real
tasks you should use more appropriate means, this emulator is just a model
for research and education.  Additionally, its source code is rather clear
and simple, especially in comparance with the most of the powerful modern
interpreters and compilers, and can be used as an example of interpreter
and debugger, it have the most of the usual features.

Registration Date: Sun 02 Feb 2003 10:00:30 PM UTC
License: GNU General Public License v2 or later
Development Status: 3 - Alpha

 

Latest News rss feed
ramemu 0.0.13 released.
     posted by Balto, Sat 05 Jul 2003 10:47:45 PM UTC

Although there are many bugs (see TODO), the program has become remarkably better!  It is not very long to complete 0.1 ...

Quick Overview
 Memberlist (1 member)

Communication Tools
 Mailing Lists (1 public mailing list)

Development Tools
 Task Manager (open items: 0, total: 0)
 Patch Manager (open items: 0, total: 0)

Back to the top

Powered by Savane 3.13-cf05.
Corresponding source code