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> C Quellcode formatieren: <code>Quellcode</code> BASIC Quellcode formatieren: <basic>Quellcode</basic> (Innerhalb eines Quellcodeabschnitts ist kein html möglich.) Wichtig: Bitte mache Zeilenumbrüche, bevor Du am rechten Rand des Eingabefeldes ankommst ! -> I > > Hi Peter, > > > > Is there a way to access (predefined) flash arrays in an assembler routine? > > Or is the only option to copy the data to an array in RAM? > > > > Regards, > > Pepe > > There is no implemented way to send the 24-bit flash address to the assembler > subroutine. When accessing flash arrays there are special opcodes to copy > bytes from flash to memory. > > Regards, > > Peter