]>
wirehaze git hosting - MS-DOS.git/blob - v4.0/src/CMD/FC/STRING.ASM
2 ; string functions for lattice C
24 ; strbscan (string, set) returns pointer to 1st char in set or end
26 cProc strbscan
,<PUBLIC>,<SI,DI>
42 ; While not in the set
50 ; strbskip ( string, set ) returns pointer to 1st char not in set
52 cProc strbskip
,<PUBLIC>,<SI,DI>
70 ; While not in the set
79 ; strpre (s1, s2) returns -1 if s1 is a prefix of s2, 0 otherwise. Ignores
82 cProc strpre
,<PUBLIC>,<si,di>
89 mov bx,dataOFFSET xltab