added extra istructions
This commit is contained in:
parent
ad3078ba48
commit
ba18b92116
8 changed files with 470 additions and 123 deletions
|
|
@ -35,4 +35,9 @@ constexpr int BP_DIRECT_MASK = 0b00;
|
|||
|
||||
constexpr int BIT_E_MASK = 0x10; // mask for e bit in F4 and F3 instructions
|
||||
|
||||
//SIC/XE/XE
|
||||
constexpr bool USE_EXTENDED_MODE = true;
|
||||
constexpr int VECTOR_REG_SIZE = 4;
|
||||
|
||||
|
||||
#endif // CONSTANTS_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue