Asmc Macro Assembler Reference
ASMC Warning A7007
.CASE without .ENDC: assumed fall through
In case OPTION SWITCH:C is set (default)
.switch eax .case 1 : mov al,1 ; warning .case 2 : .endc .endsw* Non ML compatible warning