Hey people.
I'm trying to build a loop to move from Arthur Vandelay to Tim Pennypacker, to Bob Sacamano. I know how to move from 54 to 21 to -2 and so on but I can't get the code right to move from Arthur Vandelay to Tim Pennypacker. I know it's something simple that I'm missing but the online documentation is scarce.
Emp1 db 'Arthur Vandelay',13,10,'$'
Num1 dw 54,21,-2,25
db 'Tim Pennypacker',13,10,'$'
dw 24,81,-14,22
db 'Bob Sacamano',13,10,'$'
dw 72,-9,-51,-22
Much appreciated.