Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

moving data from ADRESL

Status
Not open for further replies.

lipming

Newbie level 5
Joined
Mar 23, 2008
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,400
i tried to move data inside ADRESL to PORTC in Proteus simulation, but the PORTC does not register any change when the ADRESL is change. The code is as below:

BSF PORTB,0 ;R/S SET TO '1' to write character
clrf PORTC
movf ADRESL,W ; Get ADRESL into W.
movwf PORTC


am i missing some steps in the code?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top