SPRUI30H November 2015 – May 2024 DRA745 , DRA746 , DRA750 , DRA756
Subtract 16-Bit Unsigned Constant from Stack Pointer, Result to Stack Pointer
SUB ucst16, SP
Functional unit = D
32 bit
31 | 16 | 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | 7 | 0 |
ucst16 | 0 | 0 | 1 | 1 | 1 | x | x | x | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
16 | opcode |
Subtract a 16-bit unsigned constant (ucst16) from the stack pointer (SP) and store result to SP.
None
SP = SP - ucst16