SPRUHM8K December 2013 – May 2024 TMS320F28374D , TMS320F28375D , TMS320F28376D , TMS320F28377D , TMS320F28377D-EP , TMS320F28377D-Q1 , TMS320F28378D , TMS320F28379D , TMS320F28379D-Q1
Move 32-Bit Value from Memory to the MSTF Register
MSTF | CLA status register |
mem32 | 32-bit source memory location |
LSW: mmmm mmmm mmmm mmmm
MSW: 0111 0111 0000 addr
Move from memory to the CLA's status register MSTF. This instruction is most useful when nesting function calls (using MCCNDD).
MSTF = [mem32];
This instruction modifies the following flags in the MSTF register:
Flag | TF | ZF | NF | LUF | LVF |
---|---|---|---|---|---|
Modified | Yes | Yes | Yes | Yes | Yes |
Loading the status register can overwrite all flags and the RPC field. The MEALLOW field is not affected.
This is a single-cycle instruction.