the problem appears if we have EG:
case 2
case 5
case 9
in that case 1, case 3, case 4, case 6 , case 7 and case 8 are default
so it would be incorect to use 2..9
I like idea to depreciate .break, so I will find the solution how to build in the:
.case 2
.case 5
.case 9
mov edx, 9
.case 11
mov edx,11
I am going to do that now 8)