Access to External Identifiers: An external identifier is one which is referred in one module though defined in another. You can declare an identifier to be external by including it on as EXTRN in the modules in that it is to be referred. This tells assembler to leave the address of the variable unresolved. Linker looks for the address of this variable in module where it's defined to be PUBLIC.