Discussion Forum

Syntaxis error

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
Omar espinosa
Posted
15-Jul-2001 18:44 GMT
Toolset
C51
New! 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?
Read-Only
Author
Andrew Neil
Posted
16-Jul-2001 10:03 GMT
Toolset
C51
New! RE: Syntaxis error
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)

Next Thread | Thread List | Previous Thread Start a Thread | Settings