Für dieses Forum muß Javascript im Browser aktiviert werden!
Kommentar: Einfügen von HTML im Kommentar: Link einfügen: <a href="LINKURL" target="_blank">LINKTITEL</a> Bild einfügen: <img src="BILDURL"> Text formatieren: <b>fetter Text</b> <i>kursiver Text</i> <u>unterstrichener Text</u> Kombinationen sind auch möglich z.B.: <b><i>fetter & kursiver Text</i></b> C2 Quellcode formatieren: <code>Quellcode</code> ASM Quellcode formatieren: <asm>Quellcode</asm> (Innerhalb eines Quellcodeabschnitts ist kein html möglich.) Wichtig: Bitte mache Zeilenumbrüche, bevor Du am rechten Rand des Eingabefeldes ankommst ! > Hello Robert, > > Due to a bug in the CC2 it is not possible to load user code in > segment 3 of the CC2. The following patch in os.hex can cure the problem. > > Find this line in os.hex: > :20249600DA007623B980DA007623E4800100A88046F8FFFF2D28DA007623C086A890E00810 > > Replace with this line: > :20249600DA007623E4800100DA007623B980A88046F8FFFF2D28DA007623C086A890E00810 > > > The problem lies in receiving the offset of where to store the data. The > MSB and LSB are reversed. > > P.S. it took me two weeks to find and cure this bug in the CC2; I hope this was the last one :-)