Question 1. Write a sequence of assembly instructions that will SET bit-2 of register R1. 2. Write a sequence of assembly instructions that will CLEAR bit-6 of register R1. 3. Write an “if” statement in the C language to test to see if bit-3 of integer variable fred is set.

FV6SX7 The Asker · Computer Science

1. Write a sequence of assembly instructions that will SET bit-2 of register
R1.

2. Write a sequence of assembly instructions that will CLEAR bit-6 of
register R1.

3. Write an “if” statement in the C language to test to see if bit-3 of integer
variable fred is set.

More