Using Intel 8051 Assembly language
File naming convention
- E2_E5 => Experiment 2, Example 5
- E4_X1 => Experiment 4, Exercise 1
- E3_P6 => Experiment 3, Practice problem 6
Refer to this 8051 Assembly Workflow in macOS to setup tools for 8051 Assembly.
c51asm my_file.asm
Use as31 - An Intel 8031/8051 assembler.
sudo apt update
sudo apt install as31
as31 -h
Download C51 demo from Keil-c51.
This project falls under the MIT license.