https://github.com/phrb/virtual-machines
This repository contains two "virtual machines", written in Perl and Java.
https://github.com/phrb/virtual-machines
Last synced: about 1 year ago
JSON representation
This repository contains two "virtual machines", written in Perl and Java.
- Host: GitHub
- URL: https://github.com/phrb/virtual-machines
- Owner: phrb
- Created: 2013-09-20T15:44:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-20T15:58:38.000Z (over 12 years ago)
- Last Synced: 2025-02-02T14:48:41.043Z (over 1 year ago)
- Language: Perl
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
virtual-machines:
This repo contains two virtual machines that assemble and run
a very simple assembly language.
The first one is written in Perl and runs assembly code, similar to the
samples provided in ./perl/simple_programs.
The other is written in Java, and compiles a high-level language into Java
code.
They were written with the purpose to learn, and have no other use. Yet.