Fixes PR51580.
Register masks will now be printed as 'movem.l (%sp), %a0-%a5/%d5'
for example and can now be parsed in the same format.
Previously the printed syntax was 'movem.l (%sp), %a0-%a5,%d', which
didn't match prior art and was too ambiguous to easily parse.
I think A0 ~ A7 as well as D0 ~ D7 are always contiguous (see M68kGenRegisterInfo.inc). So maybe this can be replaced with something like