-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
display hardware not properly decoded #8
Comments
In an extreme coincidence, last night (the day after filing this issue) I stumbled on this web page. |
Yes that is what the output of "Mystery Program" should be. (I emailed the author asking her what the intended message was because it is such an odd display. Also I got a different image in my GitHub notification email and assume it got edited later here on the GitHub website.) But be sure to try display_tst.txt (after changing the name to .s19). It tries all 4 ways the 2 "don't care" bits should be recognized and should always be displaying a single LED on somewhere and never an all-off display. By the way, your older C# emulator works fine with the "Mystery Program" but fails display_tst.s19. So all 4 decode possibilities need to be verified. |
The ET-3400 manual, page 87, "Memory Decoding", "DISPLAY" shows address $C1GS (diGit nibble, Segment nibble) controls the 6 7-segment displays with address bits 3 and 7 "don't care". That means an emulator must decode either 0 or 1 on either of those addresses as addressing the LED. This emulator doesn't do that, as shown in the attached display_test.lst(.txt for GitHub) and display_tst.s19(.txt for GitHub) files. When run on real ET-3400 hardware the program always shows a single segment lit (with no all-blank display ever) as it writes to each possible address. More details are in the listing file.
display_test.txt
display_tst.txt
Edit after initial post: Error in display_test.asm(.txt) -- Change "digit 000 (right) to 110 (left)" to "digit 001 (right) to 110 (left)".
The text was updated successfully, but these errors were encountered: