More coments

This commit is contained in:
Riccardo 2023-05-21 20:56:10 +02:00
parent 0612e79002
commit ffedffdd11
1 changed files with 7 additions and 7 deletions

View File

@ -23,8 +23,8 @@
ZPTempL equ $0006 ;Temporary zero page storage ZPTempL equ $0006 ;Temporary zero page storage
ZPTempH equ $0007 ZPTempH equ $0007
*** Pointers *** *** Pointers ***
LowMain equ $000A LowMain equ $000A ; Pointer to low byte of main memory address
HiMain equ $000B HiMain equ $000B ; Pointer to high byte of main memory address
*** Monitor routines *** *** Monitor routines ***
COut equ $FDED ;Console output ASCII COut equ $FDED ;Console output ASCII
COUT1 equ $FDF0 ;Output to screen COUT1 equ $FDF0 ;Output to screen
@ -40,14 +40,14 @@ StatusUNI equ 5
* *
ControlCmd equ 4 ControlCmd equ 4
** Control Codes ** ** Control Codes **
Eject equ 4 Eject equ 4 ;Control code for ejecting disk
Run equ 5 Run equ 5 ;Control code for running program on Unidisk
SetDWLoad equ 6 SetDWLoad equ 6 ;Control code for setting download address on Unidisk
DWLoad equ 7 DWLoad equ 7 ;Control code for downloading data to Unidisk
* *
org $8000 org $8000
***************************************************** *****************************************************
* Presentation message ************** * Presentation message loop to display message on screen using COut routine **************
* *
ldx #0 ldx #0
LOOP equ * LOOP equ *