The dipnum instruction translates a DIP name to a DIP number.
Synopsis
dipnum(type.dst,ctype.src)
Description
The dipnum instruction stores the DIP number in type.dst corresponding to the TSM DIP name specified in ctype.src. The dipnum instruction stores a -1 if the DIP name:
Note that the contents of the registers is not affected by this instruction.
Examples
/* Space for DIP name */
#define DIPNAME 30
#define dipnum 48
dipnum(r.1, ch.DIPNAME)
dipname(int.dipnum, "Dip")
See also