@Silva:

AND A,0              // sets register A to zero
NOT A                 // complements all bits of A

The result is that A is filled with 1-bits, giving MAXINT.

Dave

On Sep 17, 6:06 am, siva viknesh <sivavikne...@gmail.com> wrote:
>  Two registers A and B. Initial Contents of the registers are unknown.
> Write a program to find MAXINT - The maximum positive unsigned integer
> The instructions available are:
> SHR reg1, op1
> ADD reg1, op1
> AND reg1, op1
> NOT reg1.
> Op1 may represent any number or register.
> (Hint: The Shift operation is a logical shift, not arithmetic shift.)
>
> ..solution plz .. i tried but unable to arrive

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to