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