(19)
(11) EP 0 226 991 A2

(12) EUROPEAN PATENT APPLICATION

(43) Date of publication:
01.07.1987 Bulletin 1987/27

(21) Application number: 86117406.8

(22) Date of filing: 15.12.1986
(51) International Patent Classification (IPC)4G06F 7/48
(84) Designated Contracting States:
DE FR GB

(30) Priority: 16.12.1985 JP 282418/85

(71) Applicant: KABUSHIKI KAISHA TOSHIBA
Kawasaki-shi, Kanagawa-ken 210 (JP)

(72) Inventor:
  • Kyuma, Yuriko Patent Division
    Minato-ku Tokyo 105 (JP)

(74) Representative: Henkel, Feiler, Hänzel & Partner 
Möhlstrasse 37
81675 München
81675 München (DE)


(56) References cited: : 
   
       


    (54) Data-processing device


    (57) A data-processing device comprises a clock generator for generating pulse signals φ1 and φ2, an ALU (30) capable of executing various arithmetic-logic operations in synchronism with the pulse signals φ1 and φ2, and a control unit for generating a control signal (S10) which causes the ALU (30) to execute an arithmetic-logic operation according to an instruction. This data-processing device further includes a transfer switch (54) for causing the ALU (30) to execute an arithmetic-logic operation, which is for generating output data equal to input data, during the idle cycle.




    Description


    [0001] This invention relates to a data-processing device, and, more particularly, to a data-processing device capable of accepting, for example, AIM (AND Immediate Data).

    [0002] In general, an ALU in a CPU performs the following operations during the execution of various instructions:

    an arithmetic-logic operation designated by each instruction;

    an operation for the changing of flags; and

    an operation for addressing. During the cycles in which no operations are executed, viz. during the idle cycles, meaningless or invalid data exists in the ALU.



    [0003] In developing CPUs, one of the key problems is how to realize instructions which can be executed with the minimum number of execution cycles and the highest efficiency, using the limited hardware of internal buses and registers. As matters stand, the effective execution of instructions cannot easily be realized without additional hardware such as temporary registers and internal busses.

    [0004] A method for executing the index mode of AIM (AND Immediate Data) will now be described. This instruction makes a logical product of the contents of a RAM and immediate data, and stores the logical product in the RAM.

    [0005] More specifically, the AIM instruction is a composite instruction made up of the following three functions:

    (1) storing the RAM data in an accumulator;

    (2) making the logical product of the data in the accumulator and the immediate data, and storing the logical product in the accumulator; and

    (3) storing the accumulator data in the RAM. Ordinarily, the instruction of the index mode has a format of two bytes, in which the first byte is for an operation code and the second byte is for index offset data.



    [0006] The AIM instruction is formed of three bytes, in which one additional byte is for the operand of the immediate data. To execute this instruction at high speed, numerous registers are required. With hardware having a limited number of registers, however, it is very difficult to speed up the execution of the instruction while maintaining a satisfactory level of the practicability of the data-processing device.

    [0007] Accordingly, it is an object of the present invention to provide a data-processing device capable of effectively executing instructions, without the need to increase the number of registers.

    [0008] To achieve the above object, there is provided a data-processing device, comprising clock-generating means for generating a clock signal,

    execution means capable of executing various instructions, and having an arithmetic-logic unit for performing arithmetic-logic operation in synchronism with said clock signal, and

    control means for controlling the operation sequence of said execution means, and capable of causing said arithmetic-logic unit to produce output data equal to input data, as a result of an arithmetic-logic operation performed during an idle cycle in the execution period of a specific instruction.



    [0009] In the data-processing device according to the present invention, the arithmetic-logic unit can be used as a data register during the idle cycles.

    [0010] This invention can be more fully understood from the following detailed description when taken in conjunction with the accompanying drawings, in which:

    Fig. 1 shows a block diagram of a data-processing device of an embodiment according to the present invention;

    Figs. 2A and 2B show instruction-word formats of the instructions of the index mode executed by the data-processing device of Fig. 1;

    Fig. 3 shows, in block form, the detail of a portion of the execution circuit shown in Fig. 1; and

    Figs. 4 and 5 show a sequence of controls in which the control unit of Fig. 1 controls logic components according to the AIM instruction.



    [0011] A data-processing device according to an embodiment of the present invention will now be described, with reference to Figs. 1 to 5.

    [0012] Fig. 1 schematically illustrates a circuit of this data-processing device. As is shown in Fig. 1, this device includes such logic components as clock generator 10, control unit 12, execution circuit 14, memory unit 16, instruction register 18, and instruction decoder 20. In this embodiment these logic components are packaged into one LSI chip.

    [0013] Pulse signals cl and φ2 of the same frequency are generated as a clock signal, by clock generator 10. Pulse signals ¢l and φ2 are set to have a specific phase difference, and the interval between two successive leading edges of pulse signal φ1 is used for a machine cycle. Each machine cycle corresponds to the period of time required for completing the execution of one arithmetic-logic operation, which is performed by execution circuit 14.

    [0014] Pulse signals ‡l and φ2 are supplied to control unit 12, execution circuit 14, memory unit 16, instruction register 18, and instruction decoder 20. In order to control execution circuit 14, memory unit 16, and instruction register 18, control unit 12 is provided with signal generators for generating various types of control pulses.

    [0015] Pulse signals ‡l and c2 are used as a reference when each control pulse is generated. Each control pulse is generated in a specific sequence, by control unit 12.

    [0016] Programmed in control unit 12, are several sequences which correspond to the type of instructions accepted by this data-processing device. Any of these sequences can be selected by the output signal of instruction decoder 20. Control unit 12 also has a reset terminal for receiving a reset signal from an external source. When the control unit is supplied with this reset signal, it conducts a procedural control process, to begin data processing. Under the control of unit 12, execution circuit 14 accesses memory 16 and reads out the operation code of the initial instruction therefrom. The address signal is fed from execution circuit 14 to memory unit 16 via 16-bit address bus AB. The output data of memory unit 16 is supplied to 8-bit data bus DB. The readout operation code is latched into instruction regis-ter 18 and decoded by instruction decoder 20. Control unit 12 causes execution circuit 14 to execute the processing according to the decoded signal.

    [0017] The logic components other than control unit 12 will now be described in detail.

    [0018] Memory unit 16 is formed of read-only memories (ROM) and random-access memories (RAM), or only random-access memories (RAM), and has an address space of, for example, 64K bytes, for storing the execution program and data. The execution program includes various instructions required for the specific data processing to be performed. These instructions are stored in successive memory locations of memory unit 16. Each instruction has instruction words whose number corresponds to a specific addressing mode, such as an extend mode, a direct mode, or an index mode.

    [0019] The index mode will now be described.

    [0020] The instruction, e.g. ADDA instruction, denoting the ordinary index mode, which is used for processing the data in the accumulator (which will be described later), is described in a 2-byte format, as is shown in Fig. 2A. As is shown, the operation code and the index offset data are assigned to the first and second bytes, respectively. The instruction, for example, an AIM instruction, denoting the special index mode, which is used for processing immediate data, is described in a 3-byte instruction word format. The operation code, index offset data, and immediate data are assigned to first, second, and third bytes, respectively. Any of the memory locations of memory unit 16 is selected by the related address signal generated by execution circuit 14. Read and write operations of data for memory unit 16 are controlled by the R/W signal from control unit 12.

    [0021] Data bus DB transfers data bidirectionally between execution circuit 14 and memory unit 16. Instruction register 18 is connected to data bus DB, for latching the specific operation code of each instruction, which is read out from memory unit 16, onto data bus DB. The latching operation of instruction register 18 is controlled by a control pulse from control unit 12. Instruction decoder 20 decodes the data (i.e., operation code) latched by instruction register 18, and supplies it to control unit 12. All the lines in buses DB, BI, BL, BH, BX, and BY (to be described later) are periodically precharged to a predetermined potential, for example 5V, by a precharging circuit (not shown). The precharging of buses BI, BL, BH, BX, and BY is performed in response to each pulse signal φ2, and the precharging of bus DB is performed in response to each pulse signal φ1. Signal- transfer is performed by selectively discharging the lines in each bus. Address bus AB is not involved in the precharge operation and is capable of transferring data for substantially the entire period of each machine cycle.

    [0022] Fig. 3 shows a portion of execution circuit 14 in detail. Execution circuit 14 comprises ALU 30, accumulator register 32, PH and PL registers 34A and 34B, incrementor/decrementor registers 36A and 36B, temporary registers 38 and 40, and XH and XL registers 42A and 42B. ALU 30 performs the arithmetic-logic operation of 8-bit data. Registers 32, 34A, 34B, 38, 40, 42A, and 42B can each store 8-bit data. PH and PL registers 34A and 34B form 16-bit program counter 34, XH and XL registers 42A and 42B form 16-bit index register 42, and incrementor/decrementor registers 36A and 36B form address counter 36.

    [0023] Execution circuit 14 further includes high-order address bus BH, low-order address bus BL, intermediate bus BI, X-input data bus BX, and Y-input data bus BY. The high-order portion AH of address bus AB is connected to address bus BH, and the low-order portion AL is connected to address bus BL, via selector 56 and intermediate bus BI. Selector 56 is controlled by control signal S16 from control unit 12, data bus BX is connected to the X-input port of ALU 30, and data bus BY is connected to the Y-input port of ALU 30. The output port of ALU 30 is connected to Y-input data bus BY and intermediate data bus BI, via selector 44. Selector 44 supplies the output data of ALU 30 to either bus BY or bus BI, under control of control signal Sl from control unit 12. Data bus DB is connected to intermediate bus BI and Y-input data bus BY, via selector 46. Selector 46 supplies the data from data bus DB to either bus BI or bus BY, under control of control signal S2 from control unit 12. Y-input data bus BY is connected to data bus DB, via transfer switch 48. Transfer switch 48 transfers data from bus BY to bus DB, under control of control signal S3 from control unit 12. Intermediate bus BI is connected to X-input data bus BX, via transfer switch 50. Transfer switch 50 bidirectionally transfers data between buses BI and BX, under control of control signal S4 from control unit 12. Low-order address bus BL is connected to X-input data bus BX, via transfer switch 52. Transfer switch 52 bidirectionally transfers data between buses BL and BX, under control of control signal S5 from control unit 12.

    [0024] Accumulator register 32 is connected to X-input data bus BX, and Y-input data bus BY. The data input/ output operation of register 32 is controlled by control signal S6. PH register 34A is connected to high-order address bus BH and the output port of I/D register 36A. PL register 34B is connected to low-order address bus BL and the output port of I/D register 36B. The data input/ output operations of registers 34A and 34B are controlled by control signals S7 and S8, respectively. I/D registers 36A and 36B are connected to high-order and low-order address buses BH and BL, and intermediate bus RI respectively. The data input/output operations of I/D register 36A and 36B are controlled by respective control signals S9 and S10. Temporary register 38 is connected to high-order address bus BH. The data input/ output operation of register 38 are controlled by control signal Sll. Temporary register 40 is connected to intermediate bus BI and Y-input data bus BY. The data input/output operations of register 40 are controlled by control signal S12. XH register 42A is connected to high-order address bus BH, and XL register 42B is connected to X-input data bus BX. The data input/output operations of registers 42A and 42B are controlled by control signals S13 and S14, respectively. Control signals S6 to S14 are generated by control unit 12.

    [0025] ALU 30 receives control signal S17 from control unit 12 and also receives pulse signals ‡l and φ2 from the clock generator. Control signal S17 designates the type of arithmetic-logic operation to be executed by ALU 30. ALU 30 simultaneously latches the data on X-input and Y-input data buses BX and BY, in response to pulse signal ‡l, and executes the designated operation. ALU 30 also supplies, to selector 44, the data resulting from the operation, in response to pulse signal φ2.

    [0026] Accumulator register 32 is used for storing data in the execution of, for example, an instruction of the ordinary index mode. In this case, the data in accumulator register 32 is supplied to the X-input of ALU 30, and is then processed together with the data supplied, from memory unit 16, to the Y-input of ALU 30.

    [0027] Program counter 34 is used for storing the data representing one memory address in memory unit 16. PH register 34A stores the high-order byte of of this address, while PL register 34B stores the low-order byte thereof.

    [0028] I/D registers 36A and 36B of address counter 36 are respectively used for pre-storing the one-byte data supplied to PH register 34A and PL register 34B. Before storing this data, the aforementioned registers perform one of the following operations on the data supplied from respective bus:

    (a) increment the data by "1";

    (b) decrement the data by "1"; or

    (c) perform no transformation of the data.



    [0029] Control signals S9 and S10 control the above three operation functions of I/D registers 36A and 36B, in addition to the input/output of the data.

    [0030] Temporary registers 38 and 40 are general registers for temporarily storing data. Specifically, temporary register 38 is used for temporarily storing the contents of XH register 42A, for example. Temporary register 40 is used for temporarily storing, for example, the immediate data.

    [0031] Index register 42 is used for addressing the 256-bytes data area of memory unit 16. For example, reference data representing the initial address of the data area is preset in index register 42. This reference data is cooperated with 8-bit index offset data, in the execution of an index mode instruction. More specifically, the content of XL register 42B is added to the index offset data, by ALU 30, in order to obtain an address of RAM data.

    [0032] This data-processing device further comprises transfer switch 54 for supplying data "00" (hexadecimal number) to the X-input of ALU 30. The conduction of transfer switch 54 is controlled by control signal S15 supplied from control unit 12. Transfer switch 54 is connected between X-input data bus BX and the ground terminal which is set to 0V potential, for example. When transfer switch 54 is turned on, the transfer lines of bus BX are discharged to have a potential of 0V. By means of this discharge, the X-input data of ALU 30 is forcibly set to "00".

    [0033] In this embodiment, preset data are supplied from the memory unit 16 to the corresponding registers during the execution of the program instruction. However, the data may also be supplied, via any one of the buses from an external source. In this case, control unit 12 is externally controlled, via an external control terminal.

    [0034] One operation of this data-processing device will now be described, with reference to Figs. 4 and 5. In this operation, the control unit controls the necessary logic components in a specific sequence corresponding to the AIM instruction. Fig. 4 shows the operation for every machine cycle. Fig. 5 shows the control signals generated during the corresponding machine cycle.

    [0035] It is assumed that program counter 34 has stored the address data of a first instruction word (or the operation code) of the AIM instruction which will be read out from memory unit 16, in the coming cycle 1.

    Cycle 1



    [0036] The high-order byte and the low-order byte of this address data are supplied to memory unit 16, via buses BH, AH, and buses BL, AL and selector 56, under the control of signals S7, S8, and S16, respectively. At this time, the operation code of the AMI instruction is read out from memory unit 16 to instruction register 18, is decoded by instruction decoder 20, and is supplied to control unit 12. In response to this decoded signal, control unit 12 begins the control of execution, circuit 14 based on that signal. The high-order byte of the address data is supplied, under the control of signal S9, to I/D register 36A, via address bus BH, while the low-order byte is supplied, under the control of signal 510, to I/D register 36B, via address bus BL. At this time, the content of address counter 36 is incremented by "1", under the control of signals S9 and S10. When the content of register 36B is "FF" (hexadecimal), this increment operation causes the content of register 36B to change to "00" and to add "1" to the content of register 36A.

    Cycle



    [0037] The data in I/D registers 36A and 36B are supplied, under the control of signals S9, S10, and S16, to memory unit 16, as address data for the second instruction word (or index offset data), via address buses BH, AH, and address buses BL, AL and selector 56, respectively. Memory unit 16 reads out the index offset data from the designated address location, onto data bus DB. On the other hand, I/D registers 36A and 36B respectively latch the data on buses BH and BL, under the control of signals S9 and S10. The latched data of address counter 36 is incremented by "1", under the control of signals S9 and 510.

    Cycle 3



    [0038] The data in I/D registers 36A and 36B are supplied, under the control of signals S9, S10 and S16, to memory unit 16, as the address data for the third instruction word (or the immediate data) of the AIM instruction, via address buses BH and AH, address buses BL and AL, and selector 56, respectively. At this time, transfer switch 54 is turned on under the control of signal S15, and the data "00" (hexadecimal number) is supplied to X-input data bus BX. On the other hand, the index offset data readout in cycle 2 is supplied from data bus DB to Y-input data bus BY, via selector 46, under the control of signal S2. ALU 30 adds together the index offset data supplied to the Y-input port, and the data "00" supplied to the X-input port, under the control of signal S17. Then, the immediate data is read out from the designated address location of memory unit 16, onto data bus DB. At the same time, I/D registers 36A and 36B respectively latch the data on buses BH and BL, under the control of signals S9 and S10. The content of address counter 36 is then incremented by "1", under the control of signals S9 and S10.

    Cycle 4



    [0039] The contents of I/D registers 36A and 36B are loaded, under the control of signals S9 and S10, into PH register 34A and PL register 34B, respectively, as the address data for fetching the next instruction word of the AIM instruction. The address data is kept stored in program counter 34 until the start of the fetch cycle of the next instruction word of the AIM instruction. On the other hand, the immediate data on data bus DB is stored, under the control of signals S2 and S12, in temporary register 40, via selector 46 and intermediate bus BI. In parallel with these operations, the content of XL register 42B is supplied to X-input port of ALU 30 via X-input data bus BX, under the control of signal S14. The data representing the result of addition is fed back to the Y-input port of ALU 30 via selector 44 and Y-input data bus BY, under the control of signal Sl. ALU 30 adds the content of XL register 42B supplied to X-input port and the data representing the result of addition, supplied to Y-input port (i.e. index offset data), under the control of signals S17. The content of register 42B is further supplied to I/D register 36B via X-input data bus BX, transfer switch 52, and address bus BL, and is stored in I/D register 36B, under the control of signals S14, S5, and S10. The content of XH regis- ter 42A is supplied to temporary register 38 and I/D register 36A, via address bus BH, and is stored in respective registers, under the control of signals S13 and Sll. Then, the content of I/D register 36A is incremented by "1".

    Cycle 5



    [0040] The data representing the result of the arithmetic-logic operation performed in cycle 4 is supplied, as the low-order address data of the RAM data, from ALU 30 to memory unit 16, via selector 44, intermediate bus BI, selector 56, and address bus AL, under the control of signals Sl and S16. If this result data contains a carry, the content of I/D register 36A is supplied to memory unit 16 via address bus BH and address bus AH, as the high-order address data of the RAM, under the control of signals S9. On the other hand, if it has no carry, the content of temporary register 38 is supplied to memory unit 16, via address buses BH and AH, under the control of signal Sll. Memory unit 16 reads out data from the address location designated by this RAM data address, and applies it to data bus DB. The high-order byte of the RAM data address is supplied, under the control of signal S9, to I/D register 36A via address bus BH, and is stored in I/D register 36A, while the low-order byte is supplied, under the control of signal S10, to I/D register 36B, via intermediated bus BI, and is stored in register 36B.

    Cycle 6



    [0041] The contents of I/D registers 36A and 36B, i.e. the address of RAM data, are supplied to address buses BH and BL, under the control of signals S9 and S10. The data on data bus DB is supplied to the X-input port of ALU 30, via selector 46, intermediate bus BI, transfer switch 50, and X-input data bus BX, under the control of signals S2 and S4. The content of temporary register 40, i.e. immediate data, is supplied to the Y-input port of ALU 30 via Y-input data bus BY, under the control of signal S12. ALU 30 performs an AND operation with respect to the RAM data and immediate data, under the control of signal S7. The data on address buses BH and BL is latched by I/D registers 36A and 36B, as address data for RAM data, under the control of signals S9 and S10.

    Cycle 7



    [0042] The contents of I/D registers 36A and 36B are supplied, under the control of signals S10, S16 and S9, to memory unit 16, via address buses BH, AH and address buses BL, AL and selector 56, respectively. The result of the operation performed in cycle 6 is supplied, under the control of signals S10, Sl, and S3, from ALU 30 to memory unit 16, via selector 44, Y-input data bus BY, transfer switch 48, and data bus DB. Memory unit 16 stores this data in the address location designated by the content of address counter 36. The execution of the AIM instruction ends at this point.

    Cycle 8



    [0043] The contents of PH and PL registers 34A and 34B of program counter 34, are supplied, under the control of signals S7 and S8, to address buses BH and BL, respectively, as the address data for the first instruction word of the next instruction.

    [0044] In this embodiment, ALU 30 performs an addition in cycle 3. In this addition, the value of index offset data is not changed. In other words, ALU 30 functions as a register for storing index offset data, in cycle 3.

    [0045] This data-processing device can, therefore, execute the AIM instruction in seven machine cycles.

    [0046] Supposing that ALU 30 does not perform addition of "00" (hexadecimal) and the index offset data, and that the number of registers is limited to the number in the embodiment of the present invention, then the execution of the AIM instruction requires twelve machine cycles. The reason for this is that the index offset data has to be temporarily stored in memory unit 16, in order to prevent the data in the accumulator register from being erased. The addressing of memory unit 16 undesirably requires more machine cycles than in this present invention.

    [0047] If the instruction-word format of the AIM instruction is arranged in the order of operation code, immediate code, and index offset data, the AIM instruction can be executed in the same number of cycles as in this embodiment. However, the instruction of the ordinary index mode is written in the instruction-word format, in the order of operation code, and index offset data. The format thus arranged forms an irregular format. This is not practical, since coding errors are more likely to occur when a programmer does manual assembling.

    [0048] As has been described above, according to the present invention, the AIM instruction can be executed without the need to increase the number of registers.

    [0049] While in the embodiment, memory unit 16 is formed in the same chip, together with the other logic components, it may be formed in a separate chip, with the wiring being similar to the above instance.

    [0050] In the embodiment described above, ALU 30 is controlled to perform an addition when the data of "00" (hexadecimal) is supplied to the X-input port of ALU 30 by means of transfer switch 54. However, ALU 30 can be controlled to perform a subtraction or "OR" operation. In addition, transfer switch 54 can be connected between data bus BX and the power source terminal which is set to 5 V potential, in order to supply the data of "FF" (hexadecimal) to the X-input port of ALU 30. When the data of "FF" is supplied by means of transfer switch 54, ALU 30 is controlled to perform an "AND" operation.

    [0051] In the embodiment, the data of "00" (hexadecimal) and the index offset data are added together in cycle 3. However, it is possible to add the index offset data to the content of XL register 52B in cycle 3, and add the result to the data of "00" in cycle 4.


    Claims

    1. A data-processing device comprising:

    clock-generating means (10) for generating a clock signal;

    execution means (14) capable of executing various instructions, and having an arithmetic-logic unit (30) for performing arithmetic-logic operation in synchronism with said clock signal; and

    control means for controlling the operation sequence of said execution means (14),

    characterized in that

    said control means (12, 18, 20, 54) is capable of causing said arithmetic-logic unit (30) to produce output data equal to input data, as a result of an arithmetic-logic operation performed during an idle cycle in the execution period of a specific instruction.


     
    2. A data-processing device according to claim 1, characterized in that said control means includes an instruction register (18) for storing the operation code of an instruction, an instruction decoder (20) for decoding the content of said instruction register (18), and an execution controller (12) for controlling the operation sequence of said execution means (14) in accordance with the output signal of said instruction decoder (20).
     
    3. A data-processing device according to claim 2, characterized in that said arithmetic-logic unit (30) has first and second input ports and is capable of performing an arithmetic-logic operation on the input data of said first and second input ports, said control means includes a data-supply section (54) for supplying predetermined data to the first input port of said arithmetic-logic unit (30), and said execution controller (12) is capable of controlling, in one idle cycle, said data-supply section (54) to supply said predetermined data and said arithmetic-logic unit (30) to perform the arithmetic-logic operation by which output data equal to the input data of the second input port is produced.
     
    4. A data-processing device according to claim 3, characterized in that said data-supply section (54) is formed to supply data of zero in said idle cycle, and said execution controller (12) is formed to designate addition, subtraction, or "OR" operation, as a function of said arithmetic-logic unit (30) in said idle cycle.
     
    5. A data-processing device according to claim 3, characterized in that said data-supply section (54) is formed to supply data of "FF" (hexadecimal) in said idle cycle, and said execution controller (12) is formed to designate "AND" operation, as a function of said arithmetic-logic unit (30) in said idle cycle.
     
    6. A data-processing system comprising:

    memory means (16) for storing data and various instructions which include a specific instruction having an operation code and at least two additional instruction words successive to said operation code;

    clock-generating means (10) for generating a clock signal;

    executing means (14) capable of executing said various instructions, and having an arithmetic-logic unit (30) for performing an arithmetic-logic operation in synchronism with said clock signal;

    bus means (AB, DB) connected between said memory means (16) and execution means (14); and

    control means for fetching the instruction words of an instruction in turn and controlling the operation sequence of said execution means (14) in accordance with the operation code of the fetched instruction,

    characterized in that

    said control means (12, 18, 20, 54) is capable of causing said arithmetic-logic unit (30) to produce output data equal to input data, as a result of an arithmetic-logic operation performed during an idle cycle in which one of additional instruction words of said specific instruction is fetched.


     
    7. A data-processing system according to claim 6, characterized in that said specific instruction is an AIM instruction having an operation code, index offset data, and immediate data arranged in this order.
     




    Drawing