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 > > > Hello Pepe, > > > > > > maybe the version below is still interesting for you. > > > > > > Gruß Torsten > > > > Hi Torsten, > > > > Thanks, I will look at it later. > > Here is an improved version of my ADCapture2fl.asm. The previous version > > has a serious bug. If an ADC value is zero, it will hang. That case is dealt > > with now and also the code is optimized so less instructions are needed. > > > > Maybe we should start a new thread in the category Programmierung > > Assembler. 'FFT for the Atmega128'? > > > > Regards, > > Pepe > > Hi Torsten, > > Your version of the conversion of integer to float is better, more compact and > elegant. Thanks! I learned a lot from it and was able to combine it with my > version to obtain an even more compact code. See attachment. > > Regards, > Pepe