C18115: `{` expected

[ERROR

Description

The left brace of the one of the register lists was omitted.

Example
  asm RTS ! {}, A} //Error. Correct is 

  
  asm RTS ! {}, {A}