This program uses a loop to repeatedly add 1 to a value stored in the AL register, storing the result in the DL register and then swapping the values between AL and BL registers. It does this 5 times before ending the program with an interrupt.
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
63 views
Fibonacci
This program uses a loop to repeatedly add 1 to a value stored in the AL register, storing the result in the DL register and then swapping the values between AL and BL registers. It does this 5 times before ending the program with an interrupt.