Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
i want to put 0x2a value to 10 variables
i try this:
Code:movlw 0x2a movwf a1,a2,a3,a4,a5,a6,a7,a8,a9,a10
but assembler says "illegal character(,)"
is there a different method i can use instead of
Code:movlw 0x2a movwf a1 movwf a2 . . .