mov eax,'ZYXW'
Now there are 3 problems.
in Hexa W=57,X=58,Y=59,Z=5a
Debugger shows this as 1515804759 in Decimal. that is when 5958595a taken as a whole.
why doesn't it show 87888990 like when they are take separately?
Why is it shown as 5a,59,58,57 rather than 57,58........ ? (because W=57 which comes first)
and why is it 5A after the 59 in hex? (I know that 10 is A,11 is B etc..... but not this)