Say, I have a picture in segment ABCD, offset 0, now, I want to display it on the screen. That is segment A000h, I don't want to copy wd by wd nor dw by dw, instead i want it to point to ABCD, that means A000 equals to ABCD's contents so that it will display it instantly, how can I do that?
