/Micro-Processor-LAB

MICRO PROCESSOR LAB KTU 2023

Primary LanguageAssembly

Microprocessor Lab Programs

programs

  1. 16 Bit Addition
  2. Palindrome Check
  3. Check number of Vowels
  4. Linear Search
  5. Bubble Sort

General Data

  • BX = BH, BL

  • CX = CH, CL

  • INT 21H => DOS INTERRUPT

  • L01H => Inputing a charcater from the keyboard and displaying it. (it will be stored in AL)

  • L09H => Sends a string of character to the display and the offset will be stored in DX.

  • L02H => Ouput a charcater in the display and will be stored in DL in ASCII code form.

  • L4CH => It refers to final exit. status of this will be stored in the AL

  • AAA => ASCII Adjust After Addition