Source code:




Machine code:

Example:

START: TIA F ; put F into A register
 AO           ; display value of A register
 CAL SHTS     ; play short beep (can omit "CAL")
 JUMP START   ; restart if flag set
 JUMP #02     ; go to third nibble in code (flag was set by first JUMP)

Quick Reference:

All opcodes set flag except in the circumstances mentioned.

Source here.