Update to clean up some things
This commit is contained in:
parent
4ddcf4d711
commit
2379ccff0f
@ -18,7 +18,6 @@
|
||||
|
||||
; Driver logic
|
||||
START
|
||||
; LD SP, STACK
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user