💻
MicroController-Lab
  • MicroController-Lab
  • Experiment-1
  • Experiment-2
  • Experiment-3
  • Experiment-4
  • Experiment-5
  • Experiment-6
  • Experiment-7
  • Experiment-9
Powered by GitBook
On this page
  • 8051 Assembly setup
  • On macOS
  • On Linux
  • On Windows
  • License

Was this helpful?

MicroController-Lab

NextExperiment-1

Last updated 10 months ago

Was this helpful?

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

8051 Assembly setup

On macOS

Refer to this to setup tools for 8051 Assembly.

Setup

Running

c51asm my_file.asm

On Linux

On Debian/Ubuntu systems

sudo apt update
sudo apt install as31
as31 -h

On Windows

License

Use - An Intel 8031/8051 assembler.

Download C51 demo from .

This project falls under the .

as31
Keil-c51
MIT license
8051 Assembly Workflow in macOS
C51ASM compiler
8051 emulator