Nov 14, 2013 #1 V vead Full Member level 5 Joined Nov 27, 2011 Messages 285 Helped 3 Reputation 6 Reaction score 3 Trophy points 1,298 Location india Visit site 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 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
Nov 14, 2013 #2 S snishanth512 Full Member level 3 Joined Nov 12, 2012 Messages 159 Helped 13 Reputation 26 Reaction score 13 Trophy points 1,308 Location India Visit site Activity points 2,135 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)
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)