Hi all, I am traying to write my first program using assembly. I have trouble understanding many things. Looking at the samples that I have, assembly samples for PIC16F87 I can see used EQU or equ or res as part of declatation or seems to be a declaration, and I am not sure I understand 100% what that means.
I forgat to say that I am a C# programmer as well as C/C++.
One more question: what kind of label do I have to use for an ISR routine. With other words how do I indicate to assembler that the following code has to be executed on interrupt. There is a good book that could have those answers or there is somone that could halp me with that??? your answer will be greatly appreciated....thanks a lot.
I forgat to say that I am a C# programmer as well as C/C++.
One more question: what kind of label do I have to use for an ISR routine. With other words how do I indicate to assembler that the following code has to be executed on interrupt. There is a good book that could have those answers or there is somone that could halp me with that??? your answer will be greatly appreciated....thanks a lot.