单项选择题

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

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