单项选择题

以下指令执行后,of和cf的值是:()
mov ax,0
push ax
popf
mov ax,0ffffh
inc ax

A.of=0,cf=0
B.of=1,cf=0
C.of=0,cf=1
D.of=1,cf=1