Intel i960 Jx Developer's Manual page 219

Microprocessor
Table of Contents

Advertisement

}
else
{
}
STANDARD
Faults:
ARITHMETIC.OVERFLOW
Example:
st g2, 1254 (g6)
Opcode:
st
stob
stos
stib
stis
stl
stt
stq
See Also:
LOAD, MOVE
Notes:
illegal_write_to_on_chip_RAM is an implementation-dependent mechanism.
The mapping of register bits to memory(efa) depends on the endianism of the
memory region and is implementation-dependent.
store_to_memory(effective_address + 12)[31:0] = src1_+_3;
generate_fault (OPERATION.UNALIGNED);
store_to_memory(effective_address)[31:0] = src1;
store_to_memory(effective_address + 4)[31:0] = src1_+_1;
store_to_memory(effective_address + 8)[31:0] = src1_+_2;
store_to_memory(effective_address + 12)[31:0] = src1_+_3;
Refer to
For
# Word beginning at offset
# 1254 + (g6)
92H
MEM
82H
MEM
8AH
MEM
C2H
MEM
CAH
MEM
9AH
MEM
A2H
MEM
B2H
MEM
INSTRUCTION SET REFERENCE
section 6.1.6, "Faults" (pg.
,
.
stib
stis
g2.
6-5).
6
6-107

Advertisement

Table of Contents
loading

Table of Contents