Question:1.
Given variables A and B, each holding an 8-bit unsigned number.
Write an assembly program...
Question
1.
Given variables A and B, each holding an 8-bit unsigned number.
Write an assembly program...
1.
Given variables A and B, each holding an 8-bit unsigned number.
Write an assembly program to find the
minimum
value and put
the result
into variable C. Example if A > B then C
= B.
Assume that all variables are stored in registers.