AMX Target Guide Computer Accessories User Manual


 
B-16
K
A
DAK
AMX 68000 Target Guide
cjcftag cjcftag
Purpose Convert a String to an Object Name Tag
Used by
n Task n ISP n Timer Procedure n Restart Procedure n Exit Procedure
Setup Prototype is in file
CJZZZTF.H.
#include "CJZZZ.H"
CJ_TYTAG CJ_CCPP cjcftag(char *tag);
Description tag is a pointer to a string which is a one to four character name tag.
Interrupts
o Disabled o Enabled o Restored
Returns The name tag string is converted to a 32-bit name tag value of type
CJ_TYTAG which is returned to the caller.
If the name tag string is less than four characters, the returned name tag
value is 0 filled. If the name tag string is longer than four characters, the
returned name tag value is limited to the first four characters of the string.
Example See any of the cjXXbuild examples in which an object name tag string is
converted to a name tag value for insertion into the object definition
structure.
See Also cjksfind, cjksgbfind