单项选择题

如果希望定义指向片内RAM的20H-2FH区域的整型指针,应该使用的定义语句是:()

A.int code *x;
B.int bdata *x;
C.int pdata *x;
D.int xdata *x;