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???
So - haven't you looked at the startup files that all installed C examples uses?
The startup files show how a normal assembler file should look - and the user manual for the assembler will tell you the meaning of all keywords and supported expressions.