FLAGS variable

Defined in p112.h is a variable named FLAGS. As the name suggests, this variable is used bitwise to indicate various status. The framework uses only two of these flags (also defined in p112.h):

   F_GPI_READY --> bit 0
   F_VT0_BUSY  --> bit 1

As a user, you are free to use the remaining bits for your own purposes.