SPRUI04F july 2015 – april 2023
No Memory Aliases in the Function
.no_mdep
The .no_mdep directive tells the assembly optimizer that no memory dependencies occur within that function, with the exception of any dependencies pointed to with the .mdep directive.
Here is an example in which .no_mdep is used.
fn: .cproc dst, src, cnt
.no_mdep ;no memory aliasing in this function
...
.endproc