1.) For bash, ksh, and sh:
ASEM51INC=<path> export ASEM51INC
2.) For csh, tcsh, and zsh:
<path> may be any number of directories separated by ':' characters. Be sure that the whole definition doesn't contain any blanks or tabs!setenv ASEM51INC <path>
Examples:
1.) bash:The maximum length of <path> is limited to 255 characters.ASEM51INC=/usr/local/include/asem-51:~/micros/mcs51/inc export ASEM51INCIf include files can neither be found in the working directory, nor in the2.) csh:--includes path (if specified), the assembler searches next/usr/local/include/asem-51 and finally ~/micros/mcs51/inc.setenv ASEM51INC /usr/local/include/asem-51If ASEM51INC is defined as above in .login, the assembler finally searches the directory/usr/local/include/asem-51 for include files.