??? 08/09/05 12:21 Read: times |
#99034 - If misuse is chronic... Responding to: ???'s previous message |
For example, I may say that instruction JMP is very dangerous because you may pass wrong address for it. Which, of course is a common assembly language optimization causing a failure mode as I pointed out here. If one were to discover a chronic misuse of the calling conventions by team members, a very short text processing script could be included in the build process to search for and optionally repair the offending code. A kind of 'lint' for assembly code if you will -- after all, everybody lints their C code, right? |