Creates a string table from the names of imported symbols.
IMPORTSTRTAB
Import String Table Structure shows the structure of the import string table. As with an ELF string table, the system zero-terminates the library and symbol names.
| 0x00 | 1 byte |
| library name | varies |
| symbol1 name | varies |
| symbol2 name | varies |
Creating an Import String Table shows the code for creating an import string table.
.impstr:
{
IMPORTSTRTAB
} > IMPSTR