-
Bug
-
Resolution: Fixed
-
Medium
-
Code Generation Tools
-
CODEGEN-897
-
SDSCM00050540
-
-
-
Care should be taken when writing hand-coded assembly to only write valid instructions as they are documented.
-
The CLA assembler accepts an instruction of the form "MMOV32 mem, MRn, COND", which is not legal. There is no conditional MMOV32 to a memory destination. The only valid conditional MMOV32 instructions have register (MRn) destinations.
Accepts invalid CLA instruction "MMOV32 mem, MRn, COND"