开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Re: Z80 1st boot (wooot!)
Tony,? looking good!?
By joshbensadon · #262 ·
Z80 1st boot (wooot!)
*Here is the 1st boot of just the Z80MC CPU board!* yippee! Finished it last week but it had no clock. Found out that my use of a 74LS368 was not a good Idea, so I put an order in to Mouser for an
By saturn5tony <saturn5tony@...> · #261 ·
Re: SD I/O 1.8MHz resonator
I’ve also seen ORANGE CONNEX on a few occasions. I’ve signed up for USPS notifications so that as soon as any package enters their system that targets my mailing address, regardless of origin, I
By Paul Birkel · #260 ·
Re: SD I/O 1.8MHz resonator
I order parts off of eBay. In many cases, the supplier will ship, as Paul stated, via a "package bundle". Sometimes U.S. vendors do the same thing using DHL or FEDEX. Recently, I've seen the Chinese
By SCOTT VITALE · #259 ·
Re: SD I/O 1.8MHz resonator
Judging by the tracking on my two recent orders it appears that they bundle US (or maybe North American?) orders over some interval into a single package that is shipped to Colorado where it is
By Paul Birkel · #258 ·
Re: SD I/O 1.8MHz resonator
saturn5tony via groups.io wrote: Lee Hart wrote: My order took just over 2 weeks to arrive. That's pretty good! I've shipped packages internationally that have taken 4-6 weeks to arrive. Of course,
By Lee Hart · #257 ·
Re: SD I/O 1.8MHz resonator
Oh great Lee. I just did my 1st order with them as well for these 1.8meg cr's for my new z80 bd. How long did it take to get them? The shipping was very reasonable.
By saturn5tony <saturn5tony@...> · #256 ·
Re: SD I/O 1.8MHz resonator
SCOTT VITALE wrote: Thanks Scott, The terminal programs I normally use (ProComm and TeraTerm) don't support odd baud rates; I'll have to try the one you suggested. It sounds like a good tool for
By Lee Hart · #255 ·
Re: SD I/O 1.8MHz resonator
glad it's working for you. Did you try other fixed baud rates? ________________________________ Sent: May 27, 2021 1:54 AM To: [email protected] <[email protected]> Subject: Re: [Z80MC] SD I/O 1.8MHz
By bill rowe · #254 ·
Re: SD I/O 1.8MHz resonator
FYI: for non-standard baud rates; I use Linux for all development work and?a USB-2-TTL serial converter for serial I/O. I tested with with CH340 to see how much baud-rate error would be tolerated at
By SCOTT VITALE · #253 ·
Re: SD I/O 1.8MHz resonator
Hi folks! Just a quick update, it actually works if your terminal client supports custom baud rates. I got my kit fully assembled this morning, and had it working? in no time using GtkTerm under
By Zanchius · #252 ·
Re: A Z80 Asm rec
Z80 is 4-22 clock cycles per instruction. The longer ones are the are in the groups that increment or decrement and repeat. For Z80 the simple way is a RST (one byte call) to one of 8 locations. The
By ajparent1/kb1gmx · #251 ·
Re: A Z80 Asm rec
Be careful Lee,? ?all that is going to go straight to my head! The single step is definitely cool, but as I recall, it was your idea, I just coded it. For those that don't know it.? Many single
By joshbensadon · #250 ·
Re: A Z80 Asm rec
joshbensadon via groups.io wrote: Josh's source code is a wonderful example of how to write and document assembler. It's worth spending some time to read it with careful concentration on the
By Lee Hart · #249 ·
Re: A Z80 Asm rec
joshbensadon via groups.io wrote: One problem is human nature; everyone has their own idea of what an assembler "should" do. Another is that manufacturers copyright their assembler mnemonics. That
By Lee Hart · #248 ·
Re: A Z80 Asm rec
I just wanted to give a recommendation for the ASXXXX family of cross-assemblers, as I use them regularly. They are full-featured, open-source, actively updated, and work well for a very large number
By Frank Palazzolo · #247 ·
Re: A Z80 Asm rec
Hi Allison, You've had a lot of experience on assembler, I wonder what you think about how flexible assemblers should be?To be exact, let's talk about the Z80 here.? Forgive me if I can't remember
By joshbensadon · #246 ·
Re: A Z80 Asm rec
Thanks Scott, I'm just looking at all the options you list and can only say WOW is there ever a LOT of software out there!So much software, so little time! Cheers, Josh
By joshbensadon · #245 ·
Re: A Z80 Asm rec
Wow Scott, thank you so much for all this info! (all the *above* is on my plate) I think I will start using Josh's info at 1st but I do need to also check out all the rec's you mentioned also and come
By saturn5tony <saturn5tony@...> · #244 ·
Re: A Z80 Asm rec
Tony: It really depends a lot on your development environment. From your list of computers you have available, I didn't see anything "modern". WINDOWS-XP support was discontinued at least a decade ago
By SCOTT VITALE · #243 ·