We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am a beginner using uVision, I am typed a program in assembler which works the interrupt zero. To write this subrutine, I need to tell the program to start at 003h, in other assemblers, I wrote: ORG 03H, but uVision says it is a Syntaxis error. Can anybody tell me what is the correct mnemonic on how I can write a subrutine begining in a particular address of the memory?
Without seeing it in the context of your code, it's hard to say! Maybe there was another error before this point, which has thrown the Assembler "out of sync?" You have checked the manual, and looked at the examples in the uVision2 Getting Started Guide, haven't you? (all manuals are accessible via the 'Books' tab in the Project window)