To make a lookup table in c,I've tried like this
static code unsigned char T[]={0X01,0X02,0X03};
org 3000h db 01h,02h,03h