arbabar
Member level 2
- Joined
- Aug 11, 2011
- Messages
- 46
- Helped
- 5
- Reputation
- 10
- Reaction score
- 5
- Trophy points
- 1,288
- Location
- Islamabad
- Activity points
- 1,640
hi i am newin pic
which plat form is batter for me to understand and learn pic programming assembly language or pic c?
and second is that i m learning about assemble
i learned that w register Work-register is 8 bit......
maximum number in it is FFH which is equal to 255 in decimal
what if we want to add number more that 255 in decimal????
MOVLW 7F2h ; DISCARD 7 AND IT BECOME F2H......
on other hand micro controller perform calculation more than these numbers like as in calculator ...
so how is it ?
it multiply add and divide number in thousand and tenthousand and hundread of thousand????
how its possible on 8-bit pic whose work register with ALU IS just 8-bit???
which plat form is batter for me to understand and learn pic programming assembly language or pic c?
and second is that i m learning about assemble
i learned that w register Work-register is 8 bit......
maximum number in it is FFH which is equal to 255 in decimal
what if we want to add number more that 255 in decimal????
MOVLW 7F2h ; DISCARD 7 AND IT BECOME F2H......
on other hand micro controller perform calculation more than these numbers like as in calculator ...
so how is it ?
it multiply add and divide number in thousand and tenthousand and hundread of thousand????
how its possible on 8-bit pic whose work register with ALU IS just 8-bit???