TBLINST Create VMT instance (OOP) Directive
TBLINST
Creates an instance of the virtual table for the current object and
defines @TableAddr_<object>. Must be used after every object
definition that includes virtual methods, so that the virtual table is
allocated. You should use this directive in only one module of your
program.