English
Language : 

HD6475328CG Datasheet, PDF (63/459 Pages) Hitachi Semiconductor – Manual Gives a Hardware Description
Table 3-6 Data Formats on the Stack
Data Type
Byte data
on stack
Data Format
Even address
Don’t-care
Odd address MSB
LSB
Word data
on stack
Even address MSB
Upper 8 bits
Odd address
Lower 8 bits
LSB
3.4 Instructions
3.4.1 Basic Instruction Formats
There are two basic CPU instruction formats: the general format and the special format.
General format: This format consists of an effective address (EA) field, an effective address
extension field, and an operation code (OP) field. The effective address is placed before the
operation code because this results in faster execution of the instruction.
Effective address field Effective address extension
Operation code
• Effective address field:
One byte containing information used to calculate the effective
address of an operand.
• Effective address extension: Zero to two bytes containing a displacement value, immediate
data, or an absolute address. The size of the effective address
extension is specified in the effective address field.
• Operation code:
Defines the operation to be carried out on the operand located at
the address calculated from the effective address information.
Some instructions (DADD, DSUB, MOVFPE, MOVTPE) have
an extended format in which the operand code is preceded by a
one-byte prefix code.
44