| ||||||||
Technical Support On-Line Manuals BL51 User's Guide | Using WildcardsThe BL51 Linker allows you to specify wildcards in segment names you specify in the BIT, CODE, DATA, IDATA, PDATA, PRECEDE, STACK, and vXDATA directives. An obvious benefit of wildcards is the ability to locate all segments from a single source module without specifying every individual segment name. For example BL51 myfile.obj CODE (?PR?*?myfile (0x1000)) There are numerous situations where wildcards are useful. For example, you may use wildcards to locate groups of segments into a 2 KByte block. Then, you may use ACALL and AJMP instructions (rather than LCALL and LJMP) for function calls within this group. | |||||||
| ||||||||