MicroController-Lab
Using Intel 8051 Assembly language
8051 Assembly setup
On macOS
Refer to this 8051 Assembly Workflow in macOS to setup tools for 8051 Assembly.
Setup
Running
c51asm my_file.asm
On Linux
Use as31 - An Intel 8031/8051 assembler.
On Debian/Ubuntu systems
sudo apt update
sudo apt install as31
as31 -h
On Windows
Download C51 demo from Keil-c51.
License
This project falls under the MIT license.
Last updated
Was this helpful?