2) Explain how to work the following statement in Assembly language. (13 points) movf iw iorwf i+1,w bnz if body movf ,
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
2) Explain how to work the following statement in Assembly language. (13 points) movf iw iorwf i+1,w bnz if body movf ,
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