moveFlag function

int moveFlag(
  1. int m
)

Implementation

int moveFlag(int m) => (m >> 12) & 0xf;