Hi all
I have never used C language to program a 8051, I have a few questions sorry they migth sound stupid; how do you define an interrupt vector in C? For example to define a interrupt vector in assembly for UART I say "ORG 35H", how do you do that in C? is there any predefined method like "main" which we use for "ORG 00"?
Thank you