Hi
In ADE Assembler, is there a way to capture the results of specs (pass/near/fail) to use them to make summary expressions?
Currently, I have a setup like this:
expr1 spec1
expr2 spec2
expr3 spec3
Then I'd like to use these to create a function that tells me that all passed, or certain combinations failed, etc.
In some cases, this might be achieved by creating one giant function, but that makes the expression complexity very high.
This question was asked about 5 years ago, the thread was locked. Andrew Beckett answered that he put in a suggestion to request supporting this function, CCR 1780084...but I don't know if such capability was implemented.
Thanks!