EEE-324

EEE-324

by Hasibul Islam -
Number of replies: 0

How to write code in assembly language using EFLs and conditional jump. I have learned how to determine large numbers or small numbers. learned that many numbers and many letters can be printed together using loop.

CMP instruction:

CMP AX, BX subtracts BX from AX but result is not saved to any register. Just flags are affected

JMP instruction:

JMP loads IP with new address to run next instruction from new location


Conditional Jump instructions:

JE, JNE, JG, JL, JNG, JNL are examples of conditional jump