For the finite ring R2 = {00000000,00000001..,11111111} find:
11010111 - 10101010 = N2 = ___________.
I am trying to answer this question. I cannot subtract normally in assembly so, using the formula, i get:
(11010111 + ~10101010) mod (1000000) = ?
which i believe equates to:
100101101 mod 1000000 = ?
I am now stuck on solving this part. Can anyone help me solve this or if familiar with this type of question, let me know if i am doing it correctly?
Thank you.