We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I have this case of two virtually identical routines that must run at the ultimate speed. One approach would be:
RSEG ?DT?FormatBitSegment FBSfcol: DS 1 RSEG ?PR?FormatBitSegment?AVFMTBS USING 0 FormatScrollSegment: ...... mov a,FBSfcol ...... sjmp common FormatBitSegment: ...... mov a,FBSfcol ....... common: ....... ...... mov a,FBSfcol ...... ret
Surely this is how the "Common Tail Merge" optimisation works? So it must work!?
Thanks, Andy Would it not be absolutotally wunnerful if the manual index had cross references to "the same with other words" Erik
sort of a cross between an index & a thesaurus? That'd be really useful!
No, local storage can get confused. How about using F0 in the PSW for your flag?
Jon, No mention of a flag in my post, what are you talking about ? Erik
My mistake. Please ignore my ramblings.