URL
https://opencores.org/ocsvn/eco32/eco32/trunk
[/] [eco32/] [trunk/] [sim/] [command.c] - Diff between revs 275 and 276
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 275 |
Rev 276 |
Line 488... |
Line 488... |
data & PSW_PIE ? "on " : "off",
|
data & PSW_PIE ? "on " : "off",
|
data & PSW_PIE ? "enabled" : "disabled");
|
data & PSW_PIE ? "enabled" : "disabled");
|
cPrintf("old interrupt enable : %s (%s)\n",
|
cPrintf("old interrupt enable : %s (%s)\n",
|
data & PSW_OIE ? "on " : "off",
|
data & PSW_OIE ? "on " : "off",
|
data & PSW_OIE ? "enabled" : "disabled");
|
data & PSW_OIE ? "enabled" : "disabled");
|
cPrintf("last interrupt acknowledged : %02X (%s)\n",
|
cPrintf("last interrupt acknowledged : %02d (%s)\n",
|
(data & PSW_PRIO_MASK) >> 16,
|
(data & PSW_PRIO_MASK) >> 16,
|
exceptionToString((data & PSW_PRIO_MASK) >> 16));
|
exceptionToString((data & PSW_PRIO_MASK) >> 16));
|
for (i = 15; i >= 0; i--) {
|
for (i = 15; i >= 0; i--) {
|
cPrintf("%-35s: %s (%s)\n",
|
cPrintf("%-35s: %s (%s)\n",
|
exceptionToString(i),
|
exceptionToString(i),
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.