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

Syntaxis error

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?

Parents
  • 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)

Reply
  • 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)

Children
No data