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.

Rom address and rom location in 8051

Status
Not open for further replies.

vead

Full Member level 5
Joined
Nov 27, 2011
Messages
285
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,298
Location
india
Activity points
3,815
Rom and ram both memory are used in micro controller what is meaning of Rom address and ram location in assembly language both things are confuse me does anyone can explain how to use in programming
 

Rom where the user's code or program stored.

Ram contains the file regiters like sfr, r1, r2, etc which can be edited by user's program.

Ram is used frequently by arithmethic/logic unit. (i.e. without ram ALU can't perform complex or simple calculations)
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top