assembly - Register Value 8086 -


if al contains value 10 , ah contains value 10 ax contain? 

i know ah , al 2 8 bit registers , ax ah , al joined 16 bit register.

the way worked out al contains value 10 value 0001010 in register , same ah. ax 2 registers together. end value have ax 2570 correct?

that correct. can confirm bringing calculator on windows, go view -> programmer, select bin radio button, type in binary digits (don't worry leading zeros), select dec radio button.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -