Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
instruction_encoding [2024/05/12 09:43] – [Summary] Add summary table pulkomandyinstruction_encoding [2024/07/01 13:29] (current) – [Multiplication] simer
Line 24: Line 24:
 ^        | **AND**, //JG, JNLE//      ||             | **AND** ||||| ^        | **AND**, //JG, JNLE//      ||             | **AND** |||||
 ^        | **TEST**, //JVC//          ||             | **TEST**||||| ^        | **TEST**, //JVC//          ||             | **TEST**|||||
-^        | **ST**, //JVS//            ||PUSH         | **ST**  ||||+^        | **ST**, //JVS//            ||PUSH         | **ST**  |||||
 ^        | //JMP//                    ||             |||||| ^        | //JMP//                    ||             ||||||
 ^        | MUL.us        |CALL         |MAC.us,//GOTO// | MAC.us |MUL.ss|INT,IRQ,FIR_MOV,BREAK|MAC.ss || ^        | MUL.us        |CALL         |MAC.us,//GOTO// | MAC.us |MUL.ss|INT,IRQ,FIR_MOV,BREAK|MAC.ss ||
Line 44: Line 44:
 Note: Operand A and Operand B cannot be 0, 6 or 7 (it is not possible to multiply SP, SR or PC with something). Note: Operand A and Operand B cannot be 0, 6 or 7 (it is not possible to multiply SP, SR or PC with something).
 They also can not be 3 or 4 in MAC (MR is used for intermediate results). If the size of the MAC  They also can not be 3 or 4 in MAC (MR is used for intermediate results). If the size of the MAC 
-operation is exactly 16, it will be stored as N=0.+operation is exactly 16, it will be encoded as N=0.
 ==== CALL and GOTO ==== ==== CALL and GOTO ====
  
Line 137: Line 137:
 ^%% D:[++Rs]      %%| ALU op|  Op. A  | 3       | 7                | Rs      | ^%% D:[++Rs]      %%| ALU op|  Op. A  | 3       | 7                | Rs      |
 ^%% Rs            %%| ALU op|  Op. A  | 4       | 0                | Rs      | ^%% Rs            %%| ALU op|  Op. A  | 4       | 0                | Rs      |
-^%% #Imm16        %%| ALU op|  Op. A  | 4       | 1                | Unused  | |16-bit immediate in next word| +^%% #Imm16        %%| ALU op|  Op. A  | 4       | 1                | Rs*     | |16-bit immediate in next word, Rs is first operand
-^%% From [Addr16] %%| ALU op|  Op. A  | 4       | 2                | Unused  | |16-bit address in next word| +^%% From [Addr16] %%| ALU op|  Op. A  | 4       | 2                | Rs*     | |16-bit address in next word, Rs is first operand
-^%% To [Addr16]   %%| ALU op|  Op. A  | 4       | 3                | Unused  | |16-bit address in next word|+^%% To [Addr16]   %%| ALU op|  Op. A  | 4       | 3                | Rs*     | |16-bit address in next word, Rs is first operand|
 ^%% Rs ASR shift  %%| ALU op|  Op. A  | 4       | 4 + (shift - 1)  | Rs      | ^%% Rs ASR shift  %%| ALU op|  Op. A  | 4       | 4 + (shift - 1)  | Rs      |
 ^%% Rs LSL shift  %%| ALU op|  Op. A  | 5       | shift - 1        | Rs      | ^%% Rs LSL shift  %%| ALU op|  Op. A  | 5       | shift - 1        | Rs      |
instruction_encoding.1715507035.txt.gz · Last modified: 2024/05/12 09:43 by pulkomandy
CC Attribution 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0