GSoftDev

Results 13 comments of GSoftDev

I join the previous speaker problem

Does anyone look here?

Yes. I want access to that metadata.

100% of translation :) I have come across a few problems: - I do not know why, but the translation of the header of the device list, the main window...

> Thank you! Sorry for taking so long to respond. Heh. As you can see, I'm also having a 'little' lapse in replying :) > This one is a bit...

I wanted to join the topic :) and expand on the issue of formatting with different sector sizes. You write that it is more complicated because some of the information...

> It should be much easier to pass the byte count high byte (2 for 512 bytes or 1 for 256 bytes) into r27 than trying to read it from...

> add ', "r27"(bytesHi)' to line 1080 where bytesHi is a uint8 variable in C that contains either 1 for 256 bytes or 2 for 512 bytes. The original represents:...

> Remove "r27" from the clobbers list and try again. ``` : "r"(bitlen), "r"(numsec), "r"(datagaplen), "z"(buffer), "r27"(bytesHi) // inputs (z=r30/r31) : "r16", "r17", "r18", "r19", "r20", "r21", "r26"); // clobbers...

Ok, thanks for the support of all kinds - I very much appreciate the information given to me. If I can get more details via `avr-objdump` I will certainly try...