[go: up one dir, main page]

Skip to content

lukbettale/VM8051

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VM8051

Virtual Machine for 8051.

This program is intentended to simulate and study the execution of a 8051 micro-controller.

VM8051 provides:

  • a program called vm8051 which executes a 8051 virtual machine on a hex format file;

  • a library called lib8051 which allows simulate a 8051 in software.

Installation: make && make install

  • You should run make install as root in order to install the program and library in /usr/local.
  • You may specify another installation program by assigning the environment variable PREFIX:

PREFIX="/my/own/path" make install

Usage: vm8051 [-m] input.hex

runs vm8051 on the code provided in input in an interactive mode.

-m only show the minimal interface

About

Virtual Machine for 8051

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published