2 (a) Write a program to see it the internal RAM location 4195 contains 2 an even value. If so, send it to Port B. If no
Posted: Sat Nov 27, 2021 10:26 am
2 (a) Write a program to see it the internal RAM location 4195 contains 2 an even value. If so, send it to Port B. If not, make it even and then send it to Port B. (b) What is the value of R20 after execution of the following code? LDI R20, 0x40 SEC ROL R20 SWAP R20