Individual Instruction Descriptions
4-146
See Also
ORB, ORS, AND, ANDS, XOR, XORS, NOTAC, NOTACS
Example 4.14.51.1
OR A0, *R0++R5
OR accumulator A0 with the value in data memory address stored in R0 and store result in accumulator
A0, Add R5 to R0 after execution.
Example 4.14.51.2
OR A1, A1, 0xF0FF, ++A
Preincrement pointer AP1. OR immediate 0xF0FF to accumulator A1. Store result in accumulator A1.
Example 4.14.51.3
OR A1, A1~, A1, ––A
Pre–decrement accumulator pointer AP1. OR accumulator A1 to accumulator A1~, put result in A1.
Example 4.14.51.4
OR TF1, *R6+0x22
OR TF1 bit in STAT with tag bit (17
th
bit) at relative flag address 0x22 relative to R6 (i.e., R6+0x22), store
result in TF1 flag in STAT.
Example 4.14.51.5
OR TF1, ZF
OR ZF flag in STAT register with to TF1, put result in TF1 bit in STAT.
Example 4.14.51.6
OR TF2, RZP, R2
OR TF2 with the condition code RZP (R
x=0 flag) for R2, and store result in TF2. If the content of R2
is zero then RZP condition becomes true, otherwise false. TF2 bit in STAT is modified based on this
result.
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 ...