>The end of ALL asm programs using libraries should have the following >line DIRECTLY before the .end directive: >Libspace: > jp 0 ;The number of "jp 0"'s is equal to the number of >functions in the table. > jp 0 > jp 0 Oops! This should have been omitted. Sorry!