Skip to content
#

Assembly

assembly logo

Assembly is a low-level programming language in which there is a very strict correspondence between language instructions and architecture machine code instructions.

Here are 86 public repositories matching this topic...

8051-7Segment

📦 This repository demonstrates how to interface a single-digit Seven-Segment Display (SSD) with the 8051 microcontroller using assembly language. A common cathode SSD is utilized in this project, with all necessary files provided, including assembly code, Proteus simulation files, HEX files, and photos from testing. Later we included 2 digits exam

  • Updated Sep 23, 2024
  • HTML

🛠️ This repository demonstrates how to interface a stepper motor with the 8051 microcontroller using the ULN2003 driver to handle the extra current required to run the motor. The project includes complete assembly code, Proteus simulation files, and documentation, along with screenshots and photos from testing.

  • Updated Sep 23, 2024
  • HTML
8051-DC-Motor

👨‍💻 This repository demonstrates how to interface a DC motor with the 8051 microcontroller using the L298 driver to handle the extra current required to run the motor. The project includes complete assembly code, Proteus simulation files, and documentation, along with screenshots and photos from testing.

  • Updated Oct 4, 2024
  • HTML

This was for a class project for my computer organization class(Fall 2017). The project was to simulate to a certain degree a CPU with java. We had to create our own implementation of certain assembly codes, a machine code to assembly translator, a assembly code to machine code translator, and logical/arithmetic bit operations. There are three G…

  • Updated Nov 28, 2017
  • HTML
8051-LCD

📚 This repository demonstrates how to interface a 16x2 alphanumeric LCD with the 8051 Microcontrollers (AT89S52) using Assembly Language Programming. The project is designed to showcase a practical example of sending data from the 8051 microcontroller to an LCD and includes Proteus simulation files for testing, modify, debug and visualization.

  • Updated Sep 25, 2024
  • HTML

📦 The 8051 4x4 Keypad Interfacing demonstrates how to connect and interact with a 4x4 matrix keypad using the AT89C51 microcontroller. Keypads are commonly used for user input in embedded systems, and in this project, we showcase how to read key presses using Assembly language.

  • Updated Sep 23, 2024
  • HTML

Created by Kathleen Booth

Released 1949

Followers
299 followers
Wikipedia
Wikipedia

Related Topics

c cpp operating-system