14 May
2026
14 May
'26
9:52 p.m.
On Thu, May 14, 2026 at 9:15 PM Richard Cini via vcf-midatlantic < vcf-midatlantic@lists.vcfed.org> wrote:
POP D ; Restore table pointer POP H ; Restore input pointer
; Move to next table entry LXI H,CMD_LEN + 2 ; Size of entry (string + address) DAD D XCHG
I think the "POP H" needs to be moved after "XCHG". otherwise LXI H obliterates it and you lose track of the input pointer. -ken