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 > > > > > > Too bad, but thanks! Are you considering to implement this feature in a future > > > release? > > > > I am not sure. To access the flash you have only one addressing mode and you can only > > use the Z-register. It is much easier to copy part of the flash into memory and then > > operate from there. > > > > Regards, > > > > Peter > > > > > > > > Regards, > > > Pepe > > Hello Pepe, > > let me guess :-) > You need asm sin cos look up tables? > > Gruß Torsten >