Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

arm - ARMSim- PC out of valid memory range

I tried executing a very basic addition program on ARMSim, however when I run it, I get PC out of valid memory range. When I try stepping over the code, the value of the registers in hexadecimal do not change. I don't know what I am doing wrong, please help! I'm using Windows 10 and ARMSim 1.91. This is my code:

.text
MOV R0, #10
MOV R1, #20
ADD R2, R0, R1
.end
question from:https://stackoverflow.com/questions/65874921/armsim-pc-out-of-valid-memory-range

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share

2.1m questions

2.1m answers

62 comments

56.7k users

...