Format:
        PRAGMA KEEP { BANK | PAGE } [ "," { BANK | PAGE } ... ]
      
      This guarentees the page and/or bank select bit manipulations
      will not be removed. Normally, they are removed if analysis shows
      them to be unnecessary. This is only useful to guarentee certain
      timings. This effects the entire procedure or function in which
      it is declared (not just from point of declaration).