console


IMSAI 8080 Console I/O

Introduction to IMSAI 8080 Console I/O In this section, we’ll send text to the IMSAI 8080 Console I/O. This is useful in your programs for interfacing with the operator. In this case, we’ll be using assembly language. The assembler I’m using is Z80ASM. I’ll just be creating a non-document file Read More »

IMSAI 8080 Console I/O

Simple CP/M Console Program

Introduction to writing a Simple CP/M Console Program Writing a Simple CP/M Console Program will get you started with Z80 Assembly under CP/M. We’ll just put together a simple program that asks what your name is, then print that name back to your terminal. The purpose of this exercise is Read More »

Simple CP/M Console Program