Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.31 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.31 KB

Tiny Assembly

Build Status

Live Demo: https://tinyassembly.herokuapp.com/.

demo

Introduction

This project is meant to be an emulator for a very simple computer architecture that runs in the browser. It has a compact instruction set, a graphics interface to push pixels around on a virtual screen, an assembler and disassembler, and a very basic debugger.

Interesing bits of code

If you want to understand how this works, here's a list of files to look into that might be of interest:

Deployment

This repository is automatically pulled, compiled, tested, and deployed by https://travis-ci.org/. All of the tests are located in the tests directory.