devonsc
Advanced Member level 4

Hi there,
I've seen someone writing the code for PIC in this manner. May I know is this possible? By writing certain subroutines and save them. Then, use "CALL" to call them according to the name of the *.asm file in the main programme. Where one initialize the subroutines using:
#INCLUDE "NAME.ASM"
But would like to ask for advice where and how do I save the prepared subroutines? Do I just have to save all the *.asm files into the same folder?
Thanks in advance...
I've seen someone writing the code for PIC in this manner. May I know is this possible? By writing certain subroutines and save them. Then, use "CALL" to call them according to the name of the *.asm file in the main programme. Where one initialize the subroutines using:
#INCLUDE "NAME.ASM"
But would like to ask for advice where and how do I save the prepared subroutines? Do I just have to save all the *.asm files into the same folder?
Thanks in advance...