Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TMS320C2x DSP - syntax [<label>] rhm http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SYNTAX      [<LABEL>] RHM

OPERANDS    None

EXECUTION   (PC) + 1 . PC
            0 . HM status bit in status register ST1
            Affects HM.

DESCRIPTION The RHM instruction resets the HM status bit to logic zero.
            In this mode, the TMS320C2x is not halted during the assertion
               ____
            of HOLD when executing from on-chip program memory (either
            RAM or ROM), but instead places its external buses in the
            high-impedance state and continues execution until an external
            access must be made. External access can mean (in addition to
            the normal connotation) the follwing conditions:
                     __
                  MP/MC       CNF               PC
                    0          0          PC 4096
                    0          1          4096 . PC . 65279
                    1          0          Any PC value (normal TMS32020-
                                           type hold mode)
                    1          1          PC . 65279

            HM can also be loaded by the LST1 and SHM instructions.

WORDS       1

ENCODING    15 14 13 12 11 10  9  8  7  6  5  4  3  2  1  0
            +-----------------------------------------------+
            |1  1  0  0  1  1  1  0  0  0  1  1  1  0  0  0 |
            +-----------------------------------------------+

CYCLES

            +-----------------------------------------------+
            |     Cycle Timings for a Single Instruction    |
            |-----------------------------------------------|
            | PI/DI | PI/DE | PE/DI | PE/DE | PR/DI | PR/DE |
            |-------+-------+-------+-------+-------+-------|
      'C25  |   1   |   1   |  1+p  |  1+p  |   1   |   1   |
            |-----------------------------------------------|
            |     Cycle Timings for a Repeat Instruction    |
            |-----------------------------------------------|
      'C25  |   n   |   n   |  n+p  |  n+p  |   n   |   n   |
            +-----------------------------------------------+



EXAMPLE     RHM               HM is reset, implementing the TMS320C25 hold
                              mode for on-chip program execution.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson