ldih/l
[calu.git] / cpu / src / common_pkg.vhd
index ca312f0b3040165deca10896e5101648c898dc54..43603d29a9638626502ee2c9640678e2f3ed711c 100755 (executable)
@@ -55,9 +55,11 @@ package common_pkg is
        constant ARITH_OPT : integer := 1;
        constant HWORD_OPT : integer := 1;
        constant PUSH_OPT : integer := 1;
+       constant LOW_HIGH_OPT : integer := 1;
        
        constant CARRY_OPT : integer := 2;
        constant BYTE_OPT : integer := 2;
+       constant LDI_REPLACE_OPT : integer := 2;
 
        constant RIGHT_OPT : integer := 3;
        constant JMP_REG_OPT : integer := 3;