Update to clean up some things
This commit is contained in:
parent
4ddcf4d711
commit
2379ccff0f
@ -18,7 +18,6 @@
|
|||||||
|
|
||||||
; Driver logic
|
; Driver logic
|
||||||
START
|
START
|
||||||
; LD SP, STACK
|
|
||||||
LD DE, CLS
|
LD DE, CLS
|
||||||
CALL PRINTS
|
CALL PRINTS
|
||||||
LD DE, HOME
|
LD DE, HOME
|
||||||
@ -594,7 +593,6 @@ DICE DB 0, 0, 0, 0, 0, 0
|
|||||||
HELD_DICE DB 0, 0, 0, 0, 0, 0
|
HELD_DICE DB 0, 0, 0, 0, 0, 0
|
||||||
CR equ 0DH
|
CR equ 0DH
|
||||||
LF equ 0AH
|
LF equ 0AH
|
||||||
STACK equ 2000H
|
|
||||||
|
|
||||||
CONST EQU 0BH
|
CONST EQU 0BH
|
||||||
CONIN EQU 01H
|
CONIN EQU 01H
|
||||||
|
Loading…
Reference in New Issue
Block a user