I started studying assembly language and there is a question in my book: Write an instruction which reads the first byte of its own opcode and stores it into al register. I can add two numbers but I can't understand what to do in this question. All I can think of is this:
mov al,byte[0100];
If someone can help I would really appreciate it. (P.S. I use DosBox NASM using iapx88.)