mirror of
https://github.com/pkimpel/retro-b5500.git
synced 2026-05-02 22:33:52 +00:00
Debug character mode presence-bit interrupts and return from interrupt using IP1.
This commit is contained in:
@@ -551,7 +551,7 @@ function displaySyllable() {
|
||||
/* Decodes the syllable in the T register and formats it for display in the
|
||||
"TMnemonic" table cell */
|
||||
|
||||
setText("TMnemonic", decodeSyllable(cc.P1.T, cc.P1.SALF, cc.P1.MSFF));
|
||||
setText("TMnemonic", decodeSyllable(cc.P1.T, cc.P1.CWMF, cc.P1.SALF, cc.P1.MSFF));
|
||||
}
|
||||
|
||||
function displayRegisters() {
|
||||
@@ -1238,6 +1238,8 @@ window.onload = function() {
|
||||
<input id=SALF name=SALF type=checkbox value=1><label for=SALF>SALF</label>
|
||||
|
||||
<input id=VARF name=VARF type=checkbox value=1><label for=VARF>VARF</label>
|
||||
<tr>
|
||||
<td colspan=6>
|
||||
<tr>
|
||||
<td colspan=6>
|
||||
<input id=Step name=Step type=button value="Step" accesskey=P>
|
||||
|
||||
Reference in New Issue
Block a user