I am a newbie to assembly language and currently working with interrupts in x86 architecture. Following is the code
BITS 16 start: mov ax, 07C0h add ax, 288 mov s