Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kahsolt/lux

A toy virtual machine, a bit like 8051 micro controller.
https://github.com/kahsolt/lux

assembly bytecode interpreter toy-project virtualmachine

Last synced: about 1 month ago
JSON representation

A toy virtual machine, a bit like 8051 micro controller.

Awesome Lists containing this project

README

        

# Lux

Lux is a toy project for computer components or instruction
set learners. It is a 8-bit virtual machine written in pure
C whose basic architecture abstracted from 8051 micro-controller.

You can program on this machine using assembly language :)
Luxasm instruction code is defined in lxasm.h

## Not Finished Yet!