Category Archives: Drexel

Topics related to my work and study at Drexel University

It works! (again)

Bill (Dr. Rosen’s independent-study student) stopped by the lab today to work on his Z80 computer. After tracking down a few bugs, we got it working! I loaded the Fibonacci test program into it, and saw it execute the JMP … Continue reading

Posted in Digital, DrACo/Z80, Drexel, EET325 | Leave a comment

First peripheral

The first peripheral for the Z80 is working (although still somewhat alpha at this point): a two-line LCD text display. It’s mapped as I/O ports 0x00 and 0x01, with control commands being sent to 0x00 and data to 0x01. It’s … Continue reading

Posted in Coding, Digital, DrACo/Z80, Drexel, EET325 | 1 Comment

Putting the “Basic” back in BASIC

I found a cool Z80 simulator suite — with a lot of useful bells and whistles. It has an assembler, disassembler, memory editor, simulated peripherals, and a very intuitive and complete interface: you can look right into the heart of … Continue reading

Posted in Coding, DrACo/Z80, Drexel | 4 Comments

9 MHz!

More progress on the Z80 computer: * The computer core (processor, memory, etc) was transferred piece by piece from the solderless breadboard to a wire-wrapped version.* Termination of the data and address busses was added (1K resistors to ground)* A … Continue reading

Posted in Digital, DrACo/Z80, Drexel | Leave a comment