Skip to content

Instantly share code, notes, and snippets.

View JetsonDavis's full-sized avatar

Jeff Davidson JetsonDavis

  • Very Advanced Technologies
  • Los Angeles, CA
  • 19:31 (UTC -07:00)
View GitHub Profile
@JetsonDavis
JetsonDavis / gist:7515488
Last active December 28, 2015 14:29
This is the operating system I wrote a long time ago for a homebrew Z-80 based computer. Something went wrong with the tabs on upload, sorry
***************************************************************************
* *
* PROGRAM MONITOR (TERMINAL) VERSION 1.0 *
* *
* *
* 1000-1100 EQU STACK ;SYSTEM STACK *
* 1101 DFW ADDR1 ;ADDRESS 1 *
* 1103 DFW ADDR2 ;ADDRESS 2 *
* 1105 DFB DATA ;DATA VARIABLE *