; programming for performance analysis with ANALYZER.STATISTIC command ; the function entrys must be marked with ALPHA, the exits with BETA breaks mark.a if ab mark.b if bb mark.c if cb start: s.e if fetch goto nextcyc if fetch&&!(alphab||betab) nextcyc: s.e if fetch goto start if (alphab||betab) goto waitcyc if fetch&&!(alphab||betab) waitcyc: s.e if alphab||betab goto start if alphab||betab