EMU8086 Assembly Codes
- Exercise 1
- To write the assembly language program for addition of 2 16-bit numbers.
- To write the assembly language program for addition of 2 32-bit numbers.
- To write the assembly language program for subtraction of 2 16-bit numbers.
- To write the assembly language program for subtraction of 2 32-bit numbers.
- To write the assembly language program for multiplication of 2 8-bit numbers.
- To write the assembly language program for multiplication of 2 16-bit numbers.
- To write the assembly language program for division of 2 8-bit numbers.
- To write the assembly language program for division of 2 16-bit numbers.
- Exercise 2
- Find the factorial of a given number
- Generate the Fibonacci series till nth position
- Find the sqaure and cube of a number
- Exercise 3
- ASCII adjustment after addition
- ASCII adjustment after subtraction
- ASCII adjustment after multiplication
- ASCII adjustment after division
- Exercise 4
- Exercise 5