Logo 
Search:

Assembly Language Article

Submit Article
Comments on Program that will read a decimal number and print it on the next line using procedures for DECIMAL input and output
Category: Assembly Language (General)    Author: Easy Tutor

An AL Program that will read a decimal number and print it on the next line using procedures for DECIMAL input and output.


Lijo John
Lijo John from BahrainFeb 19
Please explain how the below code works.

MOV AX, BX ; set AX=BX
XOR CX, CX ; clear CX
MOV BX, 10 ; set BX=10


Please enter your Comment
  • Comment should be atleast 15 Characters.
  • Please put code inside [Code] your code [/Code].