/CSE3232-Microprocessor-and-Assembly-Language-Lab

This repository contains assembly language programming examples and exercises for x86 architectures. The code is organized by topics and written in MASM syntax, with explanations and comments. Suitable for beginners and intermediate programmers. Feel free to contribute and learn.

Primary LanguageAssembly

CSE3232-Microprocessor-and-Assembly-Language-Lab


  • Case Conversion (1.a)
  • String Reversal (1.b)
  • String Counting (3.a)
  • String Sorting (3.b)
  • Number Series Summation (1.a)
  • Factorial (1.b)
  • Even-Odd Testing (2.a)
  • Number Sorting (3.a) - Same to String Sorting