CSE3232-Microprocessor-and-Assembly-Language-Lab icon indicating copy to clipboard operation
CSE3232-Microprocessor-and-Assembly-Language-Lab copied to clipboard

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. Suitabl...

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