If all you have for FLD2 is the name of the field, then it won't work. The addressability of the name contained in the field FLD2 has to be resolved at assembly time. That is, if I understand your question.
If you can do it, then FLD2 could be an ADCON addressing the tagname that you want. Dan Snyder ----- Original Message ----- From: "Fred Tinsley" <[email protected]> To: [email protected] Sent: Friday, April 23, 2021 11:41:31 PM Subject: Table processing question Hello, I am trying to set up a table. Each entry will have two values, say FLD1 and FLD2. I search on FLD1, and if I find a match, I want to branch to the tagname specified in FLD2, and process accordingly for each FLD2 tagname in the program. I have the FLD2 name in a DSECT table record. But how do I build a branch instruction pointing to the tagname in FLD2?
