Shadi Ghabboun
Newbie level 3
- Joined
- Apr 12, 2013
- Messages
- 3
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,385
hey guys
how are you all ?
am making a digital voltmeter so everything works as i want except that when i want to show the value under the range ( we first put "Range:0-10" for example and then find the value) nothing appears but if we want to show it beside the range no problems at all
we are doing this code with assembly so what ive been doing is adding
movlw b'11000000'
call send_cmd (send_cmd is my command sender subroutine)
is there anything wrong
so if anyone has an idea or can help me i would be very thankful
Best Regards
Note:i didnt post the prog coz its very long if anyone care to read just tell me thanks
how are you all ?
am making a digital voltmeter so everything works as i want except that when i want to show the value under the range ( we first put "Range:0-10" for example and then find the value) nothing appears but if we want to show it beside the range no problems at all
we are doing this code with assembly so what ive been doing is adding
movlw b'11000000'
call send_cmd (send_cmd is my command sender subroutine)
is there anything wrong
so if anyone has an idea or can help me i would be very thankful
Best Regards
Note:i didnt post the prog coz its very long if anyone care to read just tell me thanks