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?