Update to add SP to PokerDice
This commit is contained in:
parent
af660f05cf
commit
d8075e1b95
@ -28,6 +28,7 @@
|
|||||||
ORG 100H
|
ORG 100H
|
||||||
|
|
||||||
; Driver logic
|
; Driver logic
|
||||||
|
LXI SP, STACK
|
||||||
PUSH D
|
PUSH D
|
||||||
LXI D, WELCOME
|
LXI D, WELCOME
|
||||||
CALL PRINTS
|
CALL PRINTS
|
||||||
@ -298,5 +299,5 @@ YOUROLLED DB "You rolled:", CR, LF, 0H
|
|||||||
NEWLINE DB CR, LF, 0H
|
NEWLINE DB CR, LF, 0H
|
||||||
CR equ 0DH
|
CR equ 0DH
|
||||||
LF equ 0AH
|
LF equ 0AH
|
||||||
|
STACK equ 2000h
|
||||||
END
|
END
|
||||||
|
Loading…
Reference in New Issue
Block a user