Update to clean up some things

This commit is contained in:
William Moore 2024-04-13 02:20:30 -05:00
parent 4ddcf4d711
commit 2379ccff0f

View File

@ -17,8 +17,7 @@
ORG 100H
; Driver logic
START
; LD SP, STACK
START
LD DE, CLS
CALL PRINTS
LD DE, HOME
@ -594,7 +593,6 @@ DICE DB 0, 0, 0, 0, 0, 0
HELD_DICE DB 0, 0, 0, 0, 0, 0
CR equ 0DH
LF equ 0AH
STACK equ 2000H
CONST EQU 0BH
CONIN EQU 01H