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.

led dot matrix message display

Status
Not open for further replies.

nfadzilah

Newbie level 1
Joined
Mar 9, 2009
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,288
led dot matrix project

i've to do project about led dot matrix message display..for my project. i'm using pic16f877a and coding using assembly language..

i've got the source code but ive some problem to understand it..can someone help me to understand the assembly language..

ABJADA MOVLW D'10'
MOVWF D3
MOVLW D'25'
MOVWF D2
MOVLW D'25'
MOVWF D1
DECF D1
CALL CHARA
BTFSC STATUS,2
GOTO $-3
DECFSZ D2
GOTO $-7
DECFSZ D3
GOTO $-H'0B'
GOTO NEXT

what does goto $-3 means??
 

dot matrix display project

goto $-3 means that control will be transferred to the 3rd instruction before the current position
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top