单项选择题

跳转指令中,以%eax中的值作为读地址,从存储器中读出跳转目标的指令是()。

A.jmp * (%eax)
B.jmp * %eax
C.jmp %eax
D.jmp (%eax)