1
0
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:
paul
2013-02-18 00:41:10 +00:00
parent 239eb2f624
commit 6f20eab55e
2 changed files with 15 additions and 12 deletions

View File

@@ -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>
&nbsp;&nbsp;
<input id=VARF name=VARF type=checkbox value=1><label for=VARF>VARF</label>
<tr>
<td colspan=6>&nbsp;
<tr>
<td colspan=6>
<input id=Step name=Step type=button value="Step" accesskey=P>