Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (23 loc) · 999 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 999 Bytes

B8E: Basic 8051 Emulator (and Assembler) – Archive

B8E (pronounced /ˈbeɪ.ti/) is a simple emulator / assembler for the Intel 8051 micro controller architecture. We (@Noxgrim and @5hir0kur0) made this as a project for our IT class in high school.

Features

  • GUI with File Tree, Tabs, and Clickable Error/Warning Messages
  • Assembler with Preprocessor Directives
  • Customizable Syntax Highlighting
  • Emulator/Debugger
  • Storing/Resuming Emulator State
  • Intel-HEX Output of the Assembled Binary

Take a look at the Wiki for more documentation.

Screenshots

Main Window: Main Window Screenshot Emulator Window: Emulator Window Screenshot

Building

Java Version: 1.8

Execute build.sh from the project root:

cd B8E
./build.sh