;; Emacs Mode Selection Info: -*-mode: ASM; coding: iso-latin-1-dos;-*- * ;; ******************************************************************************************** ;; File Name: PageError_4.inc ;; Auther: John L. Weinrich ;; Date: 01/31/03 ;; Useage 4004 TIC-TAC-TOE Game ;; Description: ;; ;; This routine is used for the 4004 TIC-TAC-TOE Game. ;; ;; ;; See "4004 FPGA Design" and "4004 Software Design " documents for more detail information. ;; ;; Registers used: None. ;; Memory used: None. ;; Entrance parameters: None ;; Exit parameters: None. ;; Labels used: PageError, PageErrorLoop ;; Routines used: DisplayModeCMND, ClearDisplay, DisplayModeData, DisPageError, PageErrorLoop ;; ******************************************************************************************** ;; ******************************************************************************************** ;; Display page error ;; ;; Clear display PageError jms DisplayModeCMND ; Put the display into command mode jms ClearDisplay ; Clear the display jms DisplayModeData ; Put the display back to data mode ;; Display Error jms DisPageError ; Display message PageErrorLoop jms PageErrorLoop