The feature of shared variables in C is a wonderful saver of DATA space. Can the same be implemented in assembler ? Erik
Hi Tom! That's an excellent idea. Have never seen that before and actually never thought about it, since when I write the programm, I know the purpose I use the registers for anyway and I usually comment my programms a lot. Your method is much better. Take care Sven