Instruction Classification
4-39
Assembly Language Instructions
Table 4–30. Class 6b Instruction Description
C6b
Mnemonic
Description
0
IN A
n[~], port6
INS A
n[~], port6
Transfer the port’s 16 bit value to an accumulator. Port addresses 0–63
are valid. ALU status is modified.
1
OUT
port6, An[~]
OUTS
port6, An[~]
Transfer a 16 bit accumulator value to the addressed port. Port address-
es 0–63 are valid. Transfer status is modified.
4.4.7
Class 7 Instructions: Program Control
This class of instructions provides the logical program control of conditional
branches (jumps) and calls (subroutines).
Both branch and call instructions require a 32 bit instruction word. The first
word contains the opcode and condition fields and the second word contains
the destination address. The condition field can specify the true (
Not=0) or
false (
Not=1) condition of 22 different status conditions. The status bits that es-
tablish the conditions are latched and remain unchanged until another instruc-
tion that affects them is executed.
In addition to call, a macro-call instruction is included. This instruction is similar
to an unconditional call instruction. When executed it pushes the PC+1 value
to the STACK and loads a paged vector (7F loaded in the upper 8 bits of PC
and an 8 bit vector number loaded into the lower 8 bits of the PC). This makes
the macro–call a single word instruction that take 2 instruction cycles to
execute. This instruction is useful for referencing frequently used subroutines.
A normal RET instruction is used to return to the main program from
macro-calls.
Auxiliary register R7 (STACK) is used as the program stack pointer and is
automatically incremented on calls and macro-calls. It is automatically
decremented on returns. Interrupts are vectored in the same way as
macro-calls. The stack pointer is incremented when interrupts fire and
decremented when an IRET is executed. One side effect of the program
stack’s operation is that it is not permissible to return to a RET instruction.
Either the compiler inserts a NOP between such occurrences or the
programmer must avoid this sequence.
Summary of Contents for MSP50C614
Page 1: ...MSP50C614 Mixed Signal Processor User s Guide SPSU014 January 2000 Printed on Recycled Paper ...
Page 6: ...vi ...
Page 92: ...3 22 ...
Page 300: ...Instruction Set Summay 4 208 Assembly Language Instructions ...
Page 314: ...Software Emulator 5 14 Figure 5 13 Project Menu Figure 5 14 Project Open Dialog ...
Page 325: ...Software Emulator 5 25 Code Development Tools Figure 5 25 EPROM Programming Dialog ...
Page 331: ...Software Emulator 5 31 Code Development Tools Figure 5 31 Context Sensitive Help System ...
Page 368: ...5 68 ...
Page 394: ...7 12 ...
Page 402: ...A 8 ...
Page 412: ...Packaging B 10 ...