URL
https://opencores.org/ocsvn/ao68000/ao68000/trunk
Show entire file |
Details |
Blame |
View Log
Rev 13 |
Rev 17 |
Line 529... |
Line 529... |
}
|
}
|
Parser ALU_ARITHMETIC_LOGIC() throws Exception {
|
Parser ALU_ARITHMETIC_LOGIC() throws Exception {
|
GenerateMicrocode.entry(newline, "ALU_ARITHMETIC_LOGIC");
|
GenerateMicrocode.entry(newline, "ALU_ARITHMETIC_LOGIC");
|
return new Parser(false);
|
return new Parser(false);
|
}
|
}
|
|
Parser ALU_ABCD_SBCD_ADDX_SUBX_prepare() throws Exception {
|
|
GenerateMicrocode.entry(newline, "ALU_ABCD_SBCD_ADDX_SUBX_prepare");
|
|
return new Parser(false);
|
|
}
|
Parser ALU_ABCD_SBCD_ADDX_SUBX() throws Exception {
|
Parser ALU_ABCD_SBCD_ADDX_SUBX() throws Exception {
|
GenerateMicrocode.entry(newline, "ALU_ABCD_SBCD_ADDX_SUBX");
|
GenerateMicrocode.entry(newline, "ALU_ABCD_SBCD_ADDX_SUBX");
|
return new Parser(false);
|
return new Parser(false);
|
}
|
}
|
Parser ALU_ASL_LSL_ROL_ROXL_ASR_LSR_ROR_ROXR_prepare() throws Exception {
|
Parser ALU_ASL_LSL_ROL_ROXL_ASR_LSR_ROR_ROXR_prepare() throws Exception {
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.