◄Up► ◄Contents► ◄Index► ◄Back► ──P-Code Instructions─────────────────────────────────────────────────────── Syntax Ldint<t> /* Load item indirect near through t register */ Possible Instructions LdintA, LdintB, LdintW See: ◄P-Code Data Types► Description Loads an indirect value through the p-code temporary register t. Push<t>(*t); This is generated by a statement such as the following: rgw[3] = *pshort++; /* generates LdintW */ -♦-