Using Tests in a Program


This chapter shows you how to use tests in a program. By using a test instruction, you can design a program that "decides" for itself whether to execute an instruction.


Table Of Contents


pIntroduction
pUsing Comparison Tests
pUsing DSZ Tests
pUsing the YES/NO Test
pUsing Flags
pWays to Use Tests With Transfer Instructions
pUsing a Test to Exit a Loop
pReference Section


Back