??? 01/27/11 10:19 Read: times |
#180838 - sure I do Responding to: ???'s previous message |
Everybody does in a way one finds adequate to the situation, isn't it.
Not in an automated way, but i don't do that in C either. However, I see no reason why could I not set up automated testing in asm, would I find the need for it. The ported routines were often short "library" functions playing key role in the application, such as implementation of encryption algorithms, checksums, certain data manipulation. The "manual" work involved (including the testing as appropriate) was again minimal compared to the work needed to "integrate" these algorithms into the whole application (read, months to write the whole new application and tens of minutes to "translate" the key algorithms), so it would make insignificant difference if it would be in C with "no work". JW |