HI!

Hm. The variable I use is a byval-Variable of a function.
It is just like that:

Code:
Function Laybus(byval Value As Byte)                        

   'Variable In Register Kopieren:
   $asm
   lds R32, {Value}

   CBI   PORTC, 3
   SBRC R1, 0
   SBI  PORTC, 3



   $end Asm


End Function
The error message (spelling-corrected... ):
Error: 5 Line: 884 No more space for BIT [VALUE] , in File.....

Isn't ist possible, that there is no farther space?

VLG Tobi