Creates a jump table of the exported symbols.
EXPORTSYMTAB
Export Symbol Table Structure shows the structure of the export symbol table. The start of the export symbol table must be aligned on at least a four-byte boundary.
| Size (in bytes) of export table | 4 bytes |
| Index to library name in export symbol table | 4 bytes |
| Index to symbol1 name in export symbol table | 4 bytes |
| Address of symbol1 | 4 bytes |
| A5 value for symbol1 | 4 bytes |
| Index to symbol2 name in export symbol table | 4 bytes |
| Address of symbolf2 | 4 bytes |
| A5 value for symbol2 | 4 bytes |
Creating an Export Symbol Table shows the code for creating an export symbol table.
.expsym:
{
EXPORTSYMTAB
} > EXPSYM