Computer Science, asked by rameshrajpurohit, 14 days ago

What is the difference between 98, 098 and 0x98 ?​

Answers

Answered by harshitpro22
2

Answer:

This unsigned 8-bit operation results in Carry, but no overflow (the sign of the result is correct):. 0xC0 + 0xD8 = 0x98. If we're doing ...

Answered by GlimmeryEyes
0

Answer:

Carry Flag is a flag set when: a) two unsigned numbers were added and the result is larger than "capacity" of register where it is saved. ... Overflow Flag is used as CF but when we work on signed numbers. Ex we wanna add two 8 bit signed numbers: 127 + 2.

Explanation:

 \: hope \: this \: helps \: u

Similar questions