.define .nop
.sect .text
.sect .rom
.sect .data
.sect .bss
.nop: push b
lhld hol0+4
mov d,h
mov e,l
call prstring
lxi d,lin
lhld hol0
call prdec
lxi d,stpr
lxi h,0
dad sp
lxi d,newline
pop b
ret
lin: .asciz " lin:"
stpr: .asciz " sp:"
newline:.asciz "\n"