Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kahsolt/lux
- Owner: Kahsolt
- License: gpl-3.0
- Created: 2018-05-08T13:07:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T02:51:49.000Z (over 4 years ago)
- Last Synced: 2024-11-09T07:47:19.993Z (3 months ago)
- Topics: assembly, bytecode, interpreter, toy-project, virtualmachine
- Language: C
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!