Jonas Maebe schrieb: > It does. But also assumes that all registers are used in assembler > blocks, unless the programmer specifies otherwise. But a:=a+1; does not imply any register usage, and the variable is a global one? DoDi