EEE-324

EEE-324

by Md. Arman Hossain -
Number of replies: 0

I have learned a lot from today's experiment. For example, how to code in the assembly using if-else. How to code in assembly using loop. When we determine the large number we can do it using compare and jump instructions. If we compare and get the number bigger then the loop will be complete otherwise the result is one and if the loop is complete then the result is zero. How to print numbers from A to Z using loop function and jump, increment ,decrement instructions and print numbers from 0 to 10 using loop with ascii codes. Also learned about conditional jumps instruction like JG, JNG, JL, JNL, JE, JNE.