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

assembly in keil uvision4

hi everybody
I'm new in keil and
I want to write some codes in assembly language in keil uvision4 like below:

move r11, r9
add r10,r11
END

this simple program is just for test (asmtest.s)

but it has this error
asmtest.s(3): error A44: NO CURRENTLY ACTIVE SECTION

can anyone help me???