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: 12 months 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 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T02:51:49.000Z (over 5 years ago)
- Last Synced: 2025-01-03T16:29:02.501Z (about 1 year 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!