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.

assembly language help

Status
Not open for further replies.

sam08016

Member level 1
Joined
May 9, 2009
Messages
33
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,288
Activity points
1,527
Salam
can anybody tell me what is the meaning of

jb 'any bit of 8051',$

now what is the meaning of placing $ sign here.there should be a label,to which we want to jump after checking the bit but there is no such label in the code...

Thanks.....
 

jb means "jump if bit set"
$ means "same location where code rest in code memory
jb 'any bit of 8051',$
test the bit "any bit of 8051" if bit is set stay here else next statement
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top