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.

Memory edit problem in keil

Status
Not open for further replies.

ansarmytheen

Full Member level 3
Joined
Jan 9, 2010
Messages
155
Helped
55
Reputation
110
Reaction score
53
Trophy points
1,308
Location
kerala
Activity points
2,100
Hai,

I want to edit my memory window in keil tool,Iam using AT89c51. I can give data by using db,but cannot add anew value on memory.

ORG 00H
mov r2,#08h
mov r0,#40h
mov a,01

start: mov @r0,a
inc a
inc r0
djnz r2, start
end

This program doesn't work.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top