instructions
a b -- a>b
GTH -> Pushes $1 if bytes a > b, $0 otherwise
GTHw -> Pushes $1 if words a > b, $0 otherwise
GTHx -> Pushes $1 if bytes a > x, $0 otherwise
GTHxw -> Pushes $1 if words a > xw, $0 otherwise
GTHy -> Pushes $1 if bytes a > y, $0 otherwise
GTHyw -> Pushes $1 if words a > yw, $0 otherwise
GTHxy -> Pushes $1 if bytes x > y, $0 otherwise
GTHxyw -> Pushes $1 if words xw > yw, $0 otherwise