Short: Quick-reference Condition Code list Author: Kyzer/CSG Uploader: Kyzer/CSG Type: dev/asm Architecture: generic This is your handy lookup table for when you want to use conditional branches in a program. It is essential that you use the correct condition codes, the correct execution of your program depends on it. And it is often confusing, getting them the wrong way round. This reference chart makes getting the right easier and more reliable, it lists the useful condition codes used after the CMP, TST and BTST instructions, for both signed and unsigned. What should you do with this file? Well, I suggest you either print it out and hang it on a wall beside your screen, or keep it in a reference/lookup section on your computer.