I’ve just finished my last crazy useless project

More info here:
https://hackaday.io/project/19000-a-4-4 … breadboard
Cheers.
Z80 CPU CMOS (Z84C00) 4Mhz or greater ($1.16)
Atmega32A ($1.70)
TC551001-70 (128kB RAM) ($1.10)
Z80 CPU CMOS (Z84C00) 4Mhz or greater ($1.16)
? Two Z80 CPUs and no ROM ?
I quite like the Z80. I prefer it to the 6502.
The MCU Atmega32A “emulates” ROM, I/O for User led and User key, UART with interrupt, clock generator (@4MHz) and reset generator….
Only 4 ICs…
I quite like the Z80. I prefer it to the 6502.
Z80 CPU CMOS (Z84C00) 4Mhz or greater ($1.16)
Atmega32A ($1.70)
TC551001-70 (128kB RAM) ($1.10)
Z80 CPU CMOS (Z84C00) 4Mhz or greater ($1.16)
? Two Z80 CPUs and no ROM ?

http://www.ebay.com/itm/1pcs-W65C02S8P- … 1988044104
.. but you can go slower.. for less.. ($1.60)
http://www.ebay.com/itm/1PCS-Microproce … OSwZVlXvWq~

http://www.ebay.com/itm/1pcs-W65C02S8P- … 1988044104
.. but you can go slower.. for less.. ($1.60)
http://www.ebay.com/itm/1PCS-Microproce … OSwZVlXvWq~
It was years ago I used a Z80.
I recall the Sinclair computers (Z80) vs the BBC (6502), but I don’t recall the BBC being any faster – but perhaps it was.

Got an 68B09 recently, but not used yet.
Great usage of mega32 as an ROM and IO! I wonder why not use it at 20MHz and Z80 at 10MHz. A worth of a 20MHz canned oscillator (or a crystal) to add.
I’ve just finished my last crazy useless project

More info here:
https://hackaday.io/project/19000-a-4-4 … breadboard
Cheers.
.. you cannot do it in $4.. the solderless breadboard you are using costs more


Great work, I like it

PS: what I am missing today is a good Basic interpreter for the MCUs. In ’83 I got the PC1251 pocket computer/calculator (Z80 based afaik) and since then I cannot find a similar Basic like the one was/is (but written in C)
I recall the Sinclair computers (Z80) vs the BBC (6502), but I don’t recall the BBC being any faster – but perhaps it was.
I dont know how that was handled by the 6502, but it was probably paged as well.
Yes, it was also by doing paging, usually 48K base RAM, and the ROM were switched with several banks of 16K of the remaining RAM.
Not sure how the 6502 or the Z80 is supported in C with such tricks today

I got ZX81, ZX Spectrum, Atari 520 but no C was available for it at that time (80ties) as far as I can remember. It could be done in asm too, but lot of effort required

I got ZX81, ZX Spectrum, Atari 520 but no C was available for it at that time (80ties) as far as I can remember. It could be done in asm too, but lot of effort required

I recall having to enter assembler op code numbers directly in to the keyboard, as I don’t recall there even being something as complex as an assembler (but they may have been some available).
I still remember some of the decimal op code numbers for things like call JMP which was 195 decimal and I recall to load one of the 16 bit registers was op code 33 decimal for load HL I think
to the fdc – 8″ was the standard distribution media from CPMUK library group. wrote a program to translate the media as well.
anyone remember skew tables 1,7,13,19 or 1,3,5,8 etc
6502
LDA #55 A9 #immediate value
LDA mem A5 mem addr
LDA ?? A3??? something??
LDA (indirect zeropage), offset y – my all time favourite
stephen
(edit1 minor)

as “promised” CP/M 2.2 up and running on two “floppy” emulated with two 24LC1025…

Here more info.
Cheers.
