Guardian Programming Reference Summary for pTAL and TAL
TNS Instruction Set
Guardian Programming Reference Summary for pTAL and TAL—522631-001
17-14
TNS Alphabetical List of Instructions
Register Stack Manipulation
Boolean Operations
Bit Shift and Deposit
EXCH  000004 Exchange A with B
DXCH  000005 Double Exchange
DDUP  000006 Double Duplicate
STAR   00011- Store A in a Register
NSAR   00012- Nondestructive Store A in a Register
LDRA   00013- Load A from a Register
LDI  100--- Load Immediate
LDXI  10---- Load Index Immediate
LDLI   005--- Load Left Immediate
LAND  000010 Logical AND
LOR   000011 Logical OR
XOR   000012 Exclusive OR
NOT  000013 NOT
ORRI   004--- OR Right Immediate
ORLI   0044-- OR Left Immediate
ANRI  006--- AND Right Immediate
ANLI   007--- AND Left Immediate
DPF   000014 Deposit Field
LLS   0300-- Logical Left Shift
DLLS   1300-- Double Logical Left Shift
LRS   0301-- Logical Right Shift
DLRS  1301-- Double Logical Right Shift
ALS   0302-- Arithmetic Left Shift
DALS   1302-- Double Arithmetic Left Shift
ARS  0303-- Arithmetic Right Shift
DARS   1303-- Double Arithmetic Right Shift










