C18112: Bitno range expected

[ERROR

Description

One of the instruction's parameters is out of range.

Example
  BRSET 9, 1, 2 //Error. First parameter of the BRSET 
  instruction can only takes values between 0 and 7.

  
Tips

Consult the architecture manual for the instruction operands to check if there are constraints related to accepted values.