2) Explain how to work the following statement in Assembly language. (13 points) movf iw iorwf i+1,w bnz if body movf ,
Posted: Fri May 20, 2022 3:35 pm
statement in Assembly language. (13 points) movf iw iorwf i+1,w bnz if body movf , iorwf j+1,W bnz end if if body movf addwf i,w movwf k movf j+1,w addwfc i+1,W movwf k+1 end if rest of code w
2) Explain how to work the following