Morgan Olsson wrote: > Automatic compile time check to see if the last entry in the table is > in the same 256-instr block: Mmmm. Should that not be a macro? Only problem would be string substitution in the error message. first goto ... ;First table entry goto ... : : goto ... last goto ... ;Last table entry CHECK256 first,last -- Cheers, Paul B.