Some of the ALP code for some of the questions that are frequently asked in exam
jnz -> jump not zero at cx flag
jg -> jump if greater
jl -> jump if lesser
jge -> jump if greater or equal to j
le -> jump if lesser or equal to
shr -> shift right or we can say dividing by 2
shl -> shift left or we can say multiple by