i need explain for that
bits 16
arr db 0x5,0x1,0x3,0x2,0x7,0x3,0x6,0x4,0x9,0x5
arr_e equ $
i dont know how to make look up table in emu8086 and i dont know whats meaning of bits 16
and "arr" is a file on pc or it's a normal word in a code
in the code we meet
mov si, arr
mov di, arr+2
so if any 1 can explain for me ,it will be great