Category Archives: Drexel

Topics related to my work and study at Drexel University

Z80 computer LED display

The Z80 computer now has its name in lights! (See video; I apologize in advance for the horrible low resolution and mp4 artifacts.) Dr. Rosen and I got approval to buy an Alpha 215R single-line LED display as a demo … Continue reading

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

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