Bit 3 low address byte #150
Replies: 5 comments 2 replies
-
I think you've already provided this info but it's just not jumping out at me. One thought would be to swap the 595 IC that drives bit 3 with another that works and see if the issue follows it. The traces (LED to chip) on the PCB will lead you to the correct IC. This may be tricky as the 595 may be under the switch frames. |
Beta Was this translation helpful? Give feedback.
-
When I hold up reset, bit 3 does not light. I'm in the Denver area. |
Beta Was this translation helpful? Give feedback.
-
Just to confirm: You're running the IMSAI firmware, not the Cromemco firmware? I'm about 3 hours north of Denver in Torrington WY. |
Beta Was this translation helpful? Give feedback.
-
Hi Neil,
Yes - I'm running IMSAI firmware.
I'd be glad to pay for FedEx shipping.
Regards,
Mark Rosenthal
…On Mon, May 13, 2024 at 8:38 AM Neil ***@***.***> wrote:
Just to confirm: You're running the IMSAI firmware, not the Cromemco
firmware?
I'm about 3 hours north of Denver in Torrington WY.
—
Reply to this email directly, view it on GitHub
<#150 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIHSG3NLZNXNYFI7QULTI7DZCDF7FAVCNFSM6AAAAABHR3FEN6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TIMRRG4ZDS>
.
You are receiving this because you authored the thread.Message ID:
<thehighnibble/thehighnibble.github.
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
email me at [email protected] and we can make arrangements. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After a few weeks of trouble-free operation, bit 3 of the low order address byte isn't responding properly to examine.
The led seems fine, lights up with a reset. And the switch seems to work, but in reverse:
When I deposit an 8 into address 8, then single step this code:
.org 128
lxi h,8
mov a,m
cma
out 0ffh
.end
Programmed output shows bit 3 lit.
When I deposit a zero into address 8 and single step the code, programmed output shows bit 3 off as expected.
So even though the led and switch are working, and the switch still works correctly for accessing and setting memory with a deposit, the state of the led in direct response to the switch/examine combination for this one address bit is visually wrong.
Suggestions would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions