Skip to content

An emulator of Intel's 8051 microcontroller written in Python

Notifications You must be signed in to change notification settings

wtf-jik/8051_emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

8051 Emulator

Only the most basic features have been implemented to date.

Eventual goal is to allow the emulator to load a .hex file containing a program, execute that program, and output to simulated accessories such as a display, or serial interface.

Realistically, this is abandoned. Enough instructions have been implemented to run a basic program, and unimplemented opcodes are designated 404. It's possible I will pick this up again, but probably not.

Want to contribute? You probably know more than me, so just shoot me a message.

About

An emulator of Intel's 8051 microcontroller written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages