开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Re: Z80 Not Z8
A rename would be useful, the current "Z8MC" naming is mighty confusing, IMO.
By Jean-Claude Wippler <jc@...> · #45 ·
Re: Source code?
Sources are on the net.? Look for Walnut creek CP/M CDrom. http://www.classiccmp.org/cpmarchives/ftp.php?b=cpm/Software/WalnutCD OR? the SIG/M acrchives (all PD with
By ajparent1/kb1gmx · #44 ·
Re: Source code?
Scott, I never put a lot of time and effort into perfecting XModem operations.? I got it running and moved on. I don't have the time for this.? For example, I've spent the last 2 nights going to
By joshbensadon · #43 ·
Re: Source code?
Josh: You may want to provide the newer version of XMODEM on the DISK-A.BIN image since assembles to only 4KB in size rather than the 8KB that is currently provided. TheXMODEM.cfg file you recently
By SCOTT VITALE · #42 ·
Re: Source code?
Hi Lee: Thanks for replying. I was looking for the source code for XMODEM. The executable is already provided in the DISK-A.BIN image and it is the "Martin Eberhard" version. There are a few source
By SCOTT VITALE · #41 ·
Re: Single-stepping without FRONT PANEL
Scott, Yes, I think that should work.? Just follow the schematic portions of the front panel for the timer interrupt. Please understand that the single step feature works as follows:-Hijack the
By joshbensadon · #40 ·
Re: Source code?
Hi Scott, XModem by Martin Eberhard uses a config file.?The DISK-A image at Lee's website has recently (Nov 2019) been updated with the correct config file to use SIO address. SURVEY, I don't know
By joshbensadon · #39 ·
Re: Single-stepping without FRONT PANEL
scotty264b@... wrote: Hi Scotty, The CP/M DDT.COM debugger can single-step without using interrupts; thus, no front panel or timer is needed. But it requires that the program you are tracing is
By Lee Hart · #38 ·
Re: Source code?
scotty264b@... wrote: Hi Scotty, Thanks for alerting us. Glad you found it. The XMODEM on the DISK-A image was the *unconfigured* one. Josh added the configured one, and I put it in the DISK-A
By Lee Hart · #37 ·
Re: Source code?
Okay, I found a version of XMODEM that assembles and works properly. It seems that the one provided with the SDcard images is V2.2 (7 Oct 2014 @ 8KB), while the one I found is V2.4 (4 August 2016 @
By SCOTT VITALE · #36 ·
Single-stepping without FRONT PANEL
Hello All: I have Z80MC + SIO card. No FP. If I wish to implement the single-step feature of the ZMC monitor, is it as easy as providing a 1KHz interrupt (derived and thus sync'd with Z80 clock) and
By SCOTT VITALE · #35 ·
Source code?
Hello All: I have the Z80MC w/ SIO (no FP). I know there are some Z80MC specific programs supplied within the DISK-A.BIN image but I see no source code for them. I see no files populating the
By SCOTT VITALE · #34 ·
Re: An idea!
I guess binary would have to be 1's and 2's then! LoL... I have no idea how the hell that would work, but it's funny to try thinking about it.
By joshbensadon · #33 ·
Re: An idea!
Roman numerals require a larger jump as there is no numeral for 0-zero. That had to wait for the Arabic mathmatitions to invent. Think of computing without the concept of zero. Allison
By ajparent1/kb1gmx · #32 ·
Re: An idea!
joshbensadon via Groups.Io wrote: We switched from decimal to binary when we started inventing computers. That was necessitated by the hardware. So if the Romans invented computers, I suspect they
By Lee Hart · #31 ·
Re: Running and returning
Wow, ok, that's a bug I didn't know about..? I'll post that to my v16 to-do list. Josh.
By joshbensadon · #30 ·
Re: Running and returning
All good information, and definitely some things to play with, but the problem isn't failure to preserve the registers but unable to modify the registers via the "r" command after returning via
By Bob Kay · #29 ·
Re: An idea!
Hi Rich, Yeah, I think it was even less than 2 years.? I believe I saw ads for IMSAI as early as Feb 1976 (13 months after ALTAIR's announcement Jan 1975). On the topic of Octal vs HEX.? I might
By joshbensadon · #28 ·
Re: Running and returning
Bob Kircher wrote in, "If I were to write a program to run on the Z80MC in high memory (not? under CPM) what is the preferred way to return to the monitor?? I had? been using JP 0042H ( JP
By joshbensadon · #27 ·
Re: An idea!
Just compare the Altair to the IMSAI front panels. They are separated by 2-3 years and the grouping changed from an octal grouping to a hex grouping. I’ve seen a few Altairs in which the user put
By Richard Cini · #26 ·