This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

running assembly code within keil

I want to create a keil project with pure assembly and run the code .
I create a project, I add a app1.a asm file to the project and
insert a line mov a,33h
but when I step with F11 I can't see register a=33h
What is wrong ?

0