Prepared By Ahmed Al Marouf
Lecturer, Dept. of CSE, DIU
CSE 232: Coding Assignment #02
Task 1:
Write an assembly program to read two lowercase letters from user and display them in on the next line in alphabetical order.
Sample:
Enter two lowercase letters: ba
ab Enter two lowercase letters: zt
tz
Task2:
Write an assembly program to take an uppercase letter between A-U as input from user and display the next 5 letters in opposite case down the left margin.
Sample:
Enter an Uppercase Letter between (A-U): B c
d e f g
Enter an Uppercase Letter between (A-U): U v
w x y z
Submission Procedure:
Write/Edit the codes given with the assignment. Make two separate files task1_yourID.asm and task2_youID.asm
Note: You must add your Name and ID inside the .asm files in comment format.
Submit both the files under the Coding Assignment created in DIU BLC, within the deadline. Check deadline in DIU BLC post.