Code Eee
Code Eee
org 100h
;Compare the number with 4 if the number is not below 4 , LENH will be jump
to label 'above_or_equal'
jnb above_or_equal; Use ONLY JNB instruction
mov dx , offset below_4 ;Print on the screen the declaration about the
comparison
;jmp print
above_or_equal:
;If the number is above or equal four
mov dx , offset aboveEqual_4 ;Print on the screen the declaration about the
comparison