A7007.md

May 2, 2024 ยท View on GitHub

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

See Also

ASMC Error Messages