??? 01/27/11 08:51 Read: times |
#180836 - Do you test your code? Responding to: ???'s previous message |
Jan Waclawek said:
I have ported several routines between 6502/196/'51/AVR asms, and that was a no-brainer too. Maybe not "drop-in", but mostly just the typing time. If the code has changed, it should (or in some cases must) be regression tested. I don't know if you have a test harness that works with 6502 and 196 and '51 and AVR assembler, but I don't. My C modules drop in without change and can be regression tested with an automatic test harness tool. |