[didnt know if this is more OffTopic or Discussion, as this is a delphi related story] Currently i feel like having christmas and birthday at the same time. I managed to track down a bug in my application which bothered me for quite some time now(a few month to be more accurate). As iam working on an IDE/Compiler/Emulator/Debugger for a virtual system, i use already written samplecode to test my own system. Someone has written a tetrisclone. This one runs fine, except for one dead "Pixel" which is black instead of being colored. I could not figure out the problem, and to top it all, the programm wasn't available as assembly text, but as hexdump only. No point to start and no clue where the problem was(everything worked, in every program, except for this pixel in THIS program) i stopped thinking about it after i spend countless hours on checking my operations and assembler/compiler. Then, a few days ago, i finished my debugger for the system. This time i rearranged the hex...