Ja, lässt sich mit dem Const unter Bascom 2.0.4.0 fehlerfrei kompilieren. Hinweise gibt es nach der Kompilierung über evtl. zu kleine Strings.

'##################Timer Konfigurieren für RC5##############################
Const Timsk = Timsk0
Config Timer0 = Timer , Prescale = 8
Config Rc5 = Pinj.6

'##################Timer für PWM Konfigurieren##############################
Report : noname10
Date : 03-06-2011
Time : 17:31:00

Compiler : BASCOM-AVR LIBRARY V 2.0.3.0
Processor : M1280
SRAM : 2000 hex
EEPROM : 1000 hex
ROMSIZE : 20000 hex

ROMIMAGE : 7B56 hex -> Will fit into ROM
ROMIMAGE : 31574 dec
FLASH USED : 24 %
BAUD : 9600 Baud
XTAL : 8000000 Hz
BAUD error : 0.16%

.
.
.

Length of string might not be enough to hold the result. A length of 16 is desir in line 1464
Length of string might not be enough to hold the result. A length of 16 is desir in line 1479
Length of string might not be enough to hold the result. A length of 16 is desir in line 1494
Length of string might not be enough to hold the result. A length of 16 is desir in line 1509
Length of string might not be enough to hold the result. A length of 16 is desir in line 1525
Length of string might not be enough to hold the result. A length of 16 is desir in line 1540
Length of string might not be enough to hold the result. A length of 16 is desir in line 1920
Length of string might not be enough to hold the result. A length of 16 is desir in line 1935
Length of string might not be enough to hold the result. A length of 16 is desir in line 1959
Length of string might not be enough to hold the result. A length of 16 is desir in line 1974
Length of string might not be enough to hold the result. A length of 16 is desir in line 1998
Length of string might not be enough to hold the result. A length of 16 is desir in line 2013
Length of string might not be enough to hold the result. A length of 16 is desir in line 2037
Length of string might not be enough to hold the result. A length of 16 is desir in line 2052
Length of string might not be enough to hold the result. A length of 16 is desir in line 2076
Length of string might not be enough to hold the result. A length of 16 is desir in line 2091
Length of string might not be enough to hold the result. A length of 16 is desir in line 2115
Length of string might not be enough to hold the result. A length of 16 is desir in line 2130
Length of string might not be enough to hold the result. A length of 16 is desir in line 2154
Length of string might not be enough to hold the result. A length of 16 is desir in line 2169
Length of string might not be enough to hold the result. A length of 16 is desir in line 2193
Length of string might not be enough to hold the result. A length of 16 is desir in line 2208
Length of string might not be enough to hold the result. A length of 16 is desir in line 2233
Length of string might not be enough to hold the result. A length of 16 is desir in line 2248
Length of string might not be enough to hold the result. A length of 16 is desir in line 2273
Length of string might not be enough to hold the result. A length of 16 is desir in line 2288
Length of string might not be enough to hold the result. A length of 16 is desir in line 2313
Length of string might not be enough to hold the result. A length of 16 is desir in line 2328
Length of string might not be enough to hold the result. A length of 16 is desir in line 2407