gas - jmpl명령

kalpas의 이미지

2.4.37커널 소스에서
linux-2.4.37/arch/i386/boot/bootsect.S 파일에서

_start:
jmpl $BOOTSEG, $start2 #normalize the start address

start2:
movw %cs, %ax
..............

여기서 jmpl사용법이 궁금합니다.
왜 operand가두개 나오는지???