亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? 8.2.lst

?? lcd的初始化等
?? LST
字號:
C51 COMPILER V7.09   8_2                                                                   08/23/2005 13:47:31 PAGE 1   


C51 COMPILER V7.09, COMPILATION OF MODULE 8_2
OBJECT MODULE PLACED IN 8.2.OBJ
COMPILER INVOKED BY: C:\Keil\C51\BIN\C51.EXE 8.2.c BROWSE DEBUG OBJECTEXTEND

line level    source

   1          #include <reg51.h>
   2          #include <intrins.h>
   3          #include <absacc.h>
   4          
   5          unsigned int kongbai;
   6          
   7          sbit p_csa=P2^6;
   8          sbit p_csb=P2^7;
   9          sbit p_gnda=P2^5;
  10          sbit p_gndb=P2^4;
  11          sbit p_di=P2^3;
  12          sbit p_rw=P2^2;
  13          sbit p_e=P2^1;
  14          
  15                                                    //忙判別
  16          void lcd_busy(void) 
  17          {
  18   1              p_di=0;p_rw=1;P0=0xff;
  19   1              while (1) 
  20   1      {
  21   2                      p_e=1;
  22   2                      if (P0<0x80) break;
  23   2                      p_e=0;
  24   2              } 
  25   1              p_e=0;
  26   1      }
  27          //設置xy
  28          void set_xy(unsigned char x,unsigned char y) 
  29          {
  30   1              if (x>=64) {p_csa=0;p_csb=1;} else {p_csb=0;p_csa=1;}
  31   1              lcd_busy();
  32   1              p_di=p_rw=0;P0=0x40|x;p_e=1;p_e=0;
  33   1              lcd_busy();
  34   1              p_di=p_rw=0;P0=0xb8|y;p_e=1;p_e=0;
  35   1              P0=0xff;
  36   1      }
  37          void lw(unsigned char x,unsigned char y,unsigned char dd) 
  38          {
  39   1              set_xy(x,y);
  40   1              lcd_busy();p_di=1;p_rw=0;P0=dd;p_e=1;p_e=0;
  41   1              P0=0xff;
  42   1      }
  43          //顯示初始化
  44          #pragma disable
  45          void lcd_init(void) 
  46          {
  47   1              unsigned char x,y;
  48   1              p_gnda=p_gndb=0;
  49   1                                              //開顯示
  50   1              p_e=p_di=p_rw=0;
  51   1              p_csa=p_csb=0;
  52   1              p_csa=1;P0=0x3f;p_e=1;p_e=0;p_csa=0;
  53   1              p_csb=1;P0=0x3f;p_e=1;p_e=0;p_csb=0;
  54   1                                             //0行開始顯示
  55   1              p_csa=1;lcd_busy();p_di=p_rw=0;P0=0xc0;p_e=1;p_e=0;p_csa=0;
C51 COMPILER V7.09   8_2                                                                   08/23/2005 13:47:31 PAGE 2   

  56   1              p_csb=1;lcd_busy();p_di=p_rw=0;P0=0xc0;p_e=1;p_e=0;p_csb=0;
  57   1              for (y=0;y<8;y++) 
  58   1      {
  59   2                      for (x=0;x<128;x++) lw(x,y,0);
  60   2              }
  61   1      }
  62          
  63          unsigned char code asc[]={
  64          0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
  65          0x0,0x0,0x38,0xfc,0xfc,0x38,0x0,0x0,0x0,0x0,0x0,0xd,0xd,0x0,0x0,0x0,
  66          0x0,0xe,0x1e,0x0,0x0,0x1e,0xe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
  67          0x20,0xf8,0xf8,0x20,0xf8,0xf8,0x20,0x0,0x2,0xf,0xf,0x2,0xf,0xf,0x2,0x0,
  68          0x38,0x7c,0x44,0x47,0x47,0xcc,0x98,0x0,0x6,0xc,0x8,0x38,0x38,0xf,0x7,0x0,
  69          0x30,0x30,0x0,0x80,0xc0,0x60,0x30,0x0,0xc,0x6,0x3,0x1,0x0,0xc,0xc,0x0,
  70          0x80,0xd8,0x7c,0xe4,0xbc,0xd8,0x40,0x0,0x7,0xf,0x8,0x8,0x7,0xf,0x8,0x0,
  71          0x0,0x10,0x1e,0xe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
  72          0x0,0x0,0xf0,0xf8,0xc,0x4,0x0,0x0,0x0,0x0,0x3,0x7,0xc,0x8,0x0,0x0,
  73          0x0,0x0,0x4,0xc,0xf8,0xf0,0x0,0x0,0x0,0x0,0x8,0xc,0x7,0x3,0x0,0x0,
  74          0x80,0xa0,0xe0,0xc0,0xc0,0xe0,0xa0,0x80,0x0,0x2,0x3,0x1,0x1,0x3,0x2,0x0,
  75          0x0,0x80,0x80,0xe0,0xe0,0x80,0x80,0x0,0x0,0x0,0x0,0x3,0x3,0x0,0x0,0x0,
  76          0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x10,0x1e,0xe,0x0,0x0,0x0,
  77          0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
  78          0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc,0xc,0x0,0x0,0x0,
  79          0x0,0x0,0x0,0x80,0xc0,0x60,0x30,0x0,0xc,0x6,0x3,0x1,0x0,0x0,0x0,0x0,
  80          0xf0,0xf8,0xc,0xc4,0xc,0xf8,0xf0,0x0,0x3,0x7,0xc,0x8,0xc,0x7,0x3,0x0,
  81          0x0,0x10,0x18,0xfc,0xfc,0x0,0x0,0x0,0x0,0x8,0x8,0xf,0xf,0x8,0x8,0x0,
  82          0x8,0xc,0x84,0xc4,0x64,0x3c,0x18,0x0,0xe,0xf,0x9,0x8,0x8,0xc,0xc,0x0,
  83          0x8,0xc,0x44,0x44,0x44,0xfc,0xb8,0x0,0x4,0xc,0x8,0x8,0x8,0xf,0x7,0x0,
  84          0xc0,0xe0,0xb0,0x98,0xfc,0xfc,0x80,0x0,0x0,0x0,0x0,0x8,0xf,0xf,0x8,0x0,
  85          0x7c,0x7c,0x44,0x44,0x44,0xc4,0x84,0x0,0x4,0xc,0x8,0x8,0x8,0xf,0x7,0x0,
  86          0xf0,0xf8,0x4c,0x44,0x44,0xc0,0x80,0x0,0x7,0xf,0x8,0x8,0x8,0xf,0x7,0x0,
  87          0xc,0xc,0x4,0x84,0xc4,0x7c,0x3c,0x0,0x0,0x0,0xf,0xf,0x0,0x0,0x0,0x0,
  88          0xb8,0xfc,0x44,0x44,0x44,0xfc,0xb8,0x0,0x7,0xf,0x8,0x8,0x8,0xf,0x7,0x0,
  89          0x38,0x7c,0x44,0x44,0x44,0xfc,0xf8,0x0,0x0,0x8,0x8,0x8,0xc,0x7,0x3,0x0,
  90          0x0,0x0,0x0,0x30,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x6,0x6,0x0,0x0,0x0,
  91          0x0,0x0,0x0,0x30,0x30,0x0,0x0,0x0,0x0,0x0,0x8,0xe,0x6,0x0,0x0,0x0,
  92          0x0,0x80,0xc0,0x60,0x30,0x18,0x8,0x0,0x0,0x0,0x1,0x3,0x6,0xc,0x8,0x0,
  93          0x0,0x20,0x20,0x20,0x20,0x20,0x20,0x0,0x0,0x1,0x1,0x1,0x1,0x1,0x1,0x0,
  94          0x0,0x8,0x18,0x30,0x60,0xc0,0x80,0x0,0x0,0x8,0xc,0x6,0x3,0x1,0x0,0x0,
  95          0x18,0x1c,0x4,0xc4,0xe4,0x3c,0x18,0x0,0x0,0x0,0x0,0xd,0xd,0x0,0x0,0x0,
  96          0xf0,0xf8,0x8,0xc8,0xc8,0xf8,0xf0,0x0,0x7,0xf,0x8,0xb,0xb,0xb,0x1,0x0,
  97          0xe0,0xf0,0x98,0x8c,0x98,0xf0,0xe0,0x0,0xf,0xf,0x0,0x0,0x0,0xf,0xf,0x0,
  98          0x4,0xfc,0xfc,0x44,0x44,0xfc,0xb8,0x0,0x8,0xf,0xf,0x8,0x8,0xf,0x7,0x0,
  99          0xf0,0xf8,0xc,0x4,0x4,0xc,0x18,0x0,0x3,0x7,0xc,0x8,0x8,0xc,0x6,0x0,
 100          0x4,0xfc,0xfc,0x4,0xc,0xf8,0xf0,0x0,0x8,0xf,0xf,0x8,0xc,0x7,0x3,0x0,
 101          0x4,0xfc,0xfc,0x44,0xe4,0xc,0x1c,0x0,0x8,0xf,0xf,0x8,0x8,0xc,0xe,0x0,
 102          0x4,0xfc,0xfc,0x44,0xe4,0xc,0x1c,0x0,0x8,0xf,0xf,0x8,0x0,0x0,0x0,0x0,
 103          0xf0,0xf8,0xc,0x84,0x84,0x8c,0x98,0x0,0x3,0x7,0xc,0x8,0x8,0x7,0xf,0x0,
 104          0xfc,0xfc,0x40,0x40,0x40,0xfc,0xfc,0x0,0xf,0xf,0x0,0x0,0x0,0xf,0xf,0x0,
 105          0x0,0x0,0x4,0xfc,0xfc,0x4,0x0,0x0,0x0,0x0,0x8,0xf,0xf,0x8,0x0,0x0,
 106          0x0,0x0,0x0,0x4,0xfc,0xfc,0x4,0x0,0x7,0xf,0x8,0x8,0xf,0x7,0x0,0x0,
 107          0x4,0xfc,0xfc,0xc0,0xe0,0x3c,0x1c,0x0,0x8,0xf,0xf,0x0,0x1,0xf,0xe,0x0,
 108          0x4,0xfc,0xfc,0x4,0x0,0x0,0x0,0x0,0x8,0xf,0xf,0x8,0x8,0xc,0xe,0x0,
 109          0xfc,0xfc,0x38,0x70,0x38,0xfc,0xfc,0x0,0xf,0xf,0x0,0x0,0x0,0xf,0xf,0x0,
 110          0xfc,0xfc,0x38,0x70,0xe0,0xfc,0xfc,0x0,0xf,0xf,0x0,0x0,0x0,0xf,0xf,0x0,
 111          0xf8,0xfc,0x4,0x4,0x4,0xfc,0xf8,0x0,0x7,0xf,0x8,0x8,0x8,0xf,0x7,0x0,
 112          0x4,0xfc,0xfc,0x44,0x44,0x7c,0x38,0x0,0x8,0xf,0xf,0x8,0x0,0x0,0x0,0x0,
 113          0xf8,0xfc,0x4,0x4,0x4,0xfc,0xf8,0x0,0x7,0xf,0x8,0xe,0x3c,0x3f,0x27,0x0,
 114          0x4,0xfc,0xfc,0x44,0xc4,0xfc,0x38,0x0,0x8,0xf,0xf,0x0,0x0,0xf,0xf,0x0,
 115          0x18,0x3c,0x64,0x44,0xc4,0x9c,0x18,0x0,0x6,0xe,0x8,0x8,0x8,0xf,0x7,0x0,
 116          0x0,0x1c,0xc,0xfc,0xfc,0xc,0x1c,0x0,0x0,0x0,0x8,0xf,0xf,0x8,0x0,0x0,
 117          0xfc,0xfc,0x0,0x0,0x0,0xfc,0xfc,0x0,0x7,0xf,0x8,0x8,0x8,0xf,0x7,0x0,
C51 COMPILER V7.09   8_2                                                                   08/23/2005 13:47:31 PAGE 3   

 118          0xfc,0xfc,0x0,0x0,0x0,0xfc,0xfc,0x0,0x1,0x3,0x6,0xc,0x6,0x3,0x1,0x0,
 119          0xfc,0xfc,0x0,0xc0,0x0,0xfc,0xfc,0x0,0x7,0xf,0xe,0x3,0xe,0xf,0x7,0x0,
 120          0xc,0x3c,0xf0,0xe0,0xf0,0x3c,0xc,0x0,0xc,0xf,0x3,0x1,0x3,0xf,0xc,0x0,
 121          0x0,0x3c,0x7c,0xc0,0xc0,0x7c,0x3c,0x0,0x0,0x0,0x8,0xf,0xf,0x8,0x0,0x0,
 122          0x1c,0xc,0x84,0xc4,0x64,0x3c,0x1c,0x0,0xe,0xf,0x9,0x8,0x8,0xc,0xe,0x0,
 123          0x0,0x0,0xfc,0xfc,0x4,0x4,0x0,0x0,0x0,0x0,0xf,0xf,0x8,0x8,0x0,0x0,
 124          0x38,0x70,0xe0,0xc0,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x3,0x7,0xe,0x0,
 125          0x0,0x0,0x4,0x4,0xfc,0xfc,0x0,0x0,0x0,0x0,0x8,0x8,0xf,0xf,0x0,0x0,
 126          0x8,0xc,0x6,0x3,0x6,0xc,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
 127          0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
 128          0x0,0x0,0x3,0x7,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
 129          0x0,0xa0,0xa0,0xa0,0xe0,0xc0,0x0,0x0,0x7,0xf,0x8,0x8,0x7,0xf,0x8,0x0,
 130          0x4,0xfc,0xfc,0x20,0x60,0xc0,0x80,0x0,0x0,0xf,0xf,0x8,0x8,0xf,0x7,0x0,
 131          0xc0,0xe0,0x20,0x20,0x20,0x60,0x40,0x0,0x7,0xf,0x8,0x8,0x8,0xc,0x4,0x0,
 132          0x80,0xc0,0x60,0x24,0xfc,0xfc,0x0,0x0,0x7,0xf,0x8,0x8,0x7,0xf,0x8,0x0,
 133          0xc0,0xe0,0xa0,0xa0,0xa0,0xe0,0xc0,0x0,0x7,0xf,0x8,0x8,0x8,0xc,0x4,0x0,
 134          0x40,0xf8,0xfc,0x44,0xc,0x18,0x0,0x0,0x8,0xf,0xf,0x8,0x0,0x0,0x0,0x0,
 135          0xc0,0xe0,0x20,0x20,0xc0,0xe0,0x20,0x0,0x27,0x6f,0x48,0x48,0x7f,0x3f,0x0,0x0,
 136          0x4,0xfc,0xfc,0x40,0x20,0xe0,0xc0,0x0,0x8,0xf,0xf,0x0,0x0,0xf,0xf,0x0,
 137          0x0,0x0,0x20,0xec,0xec,0x0,0x0,0x0,0x0,0x0,0x8,0xf,0xf,0x8,0x0,0x0,
 138          0x0,0x0,0x0,0x0,0x20,0xec,0xec,0x0,0x0,0x30,0x70,0x40,0x40,0x7f,0x3f,0x0,
 139          0x4,0xfc,0xfc,0x80,0xc0,0x60,0x20,0x0,0x8,0xf,0xf,0x1,0x3,0xe,0xc,0x0,
 140          0x0,0x0,0x4,0xfc,0xfc,0x0,0x0,0x0,0x0,0x0,0x8,0xf,0xf,0x8,0x0,0x0,
 141          0xe0,0xe0,0x60,0xc0,0x60,0xe0,0xc0,0x0,0xf,0xf,0x0,0x7,0x0,0xf,0xf,0x0,
 142          0x20,0xe0,0xc0,0x20,0x20,0xe0,0xc0,0x0,0x0,0xf,0xf,0x0,0x0,0xf,0xf,0x0,
 143          0xc0,0xe0,0x20,0x20,0x20,0xe0,0xc0,0x0,0x7,0xf,0x8,0x8,0x8,0xf,0x7,0x0,
 144          0x20,0xe0,0xc0,0x20,0x20,0xe0,0xc0,0x0,0x40,0x7f,0x7f,0x48,0x8,0xf,0x7,0x0,
 145          0xc0,0xe0,0x20,0x20,0xc0,0xe0,0x20,0x0,0x7,0xf,0x8,0x48,0x7f,0x7f,0x40,0x0,
 146          0x20,0xe0,0xc0,0x60,0x20,0xe0,0xc0,0x0,0x8,0xf,0xf,0x8,0x0,0x0,0x0,0x0,
 147          0x40,0xe0,0xa0,0x20,0x20,0x60,0x40,0x0,0x4,0xc,0x9,0x9,0xb,0xe,0x4,0x0,
 148          0x20,0x20,0xf8,0xfc,0x20,0x20,0x0,0x0,0x0,0x0,0x7,0xf,0x8,0xc,0x4,0x0,
 149          0xe0,0xe0,0x0,0x0,0xe0,0xe0,0x0,0x0,0x7,0xf,0x8,0x8,0x7,0xf,0x8,0x0,
 150          0x0,0xe0,0xe0,0x0,0x0,0xe0,0xe0,0x0,0x0,0x3,0x7,0xc,0xc,0x7,0x3,0x0,
 151          0xe0,0xe0,0x0,0x80,0x0,0xe0,0xe0,0x0,0x7,0xf,0xc,0x7,0xc,0xf,0x7,0x0,
 152          0x20,0x60,0xc0,0x80,0xc0,0x60,0x20,0x0,0x8,0xc,0x7,0x3,0x7,0xc,0x8,0x0,
 153          0xe0,0xe0,0x0,0x0,0x0,0xe0,0xe0,0x0,0x47,0x4f,0x48,0x48,0x68,0x3f,0x1f,0x0,
 154          0x60,0x60,0x20,0xa0,0xe0,0x60,0x20,0x0,0xc,0xe,0xb,0x9,0x8,0xc,0xc,0x0,
 155          0x0,0x40,0x40,0xf8,0xbc,0x4,0x4,0x0,0x0,0x0,0x0,0x7,0xf,0x8,0x8,0x0,
 156          0x0,0x0,0x0,0xbc,0xbc,0x0,0x0,0x0,0x0,0x0,0x0,0xf,0xf,0x0,0x0,0x0,
 157          0x0,0x4,0x4,0xbc,0xf8,0x40,0x40,0x0,0x0,0x8,0x8,0xf,0x7,0x0,0x0,0x0,
 158          0x8,0xc,0x4,0xc,0x8,0xc,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
 159          0x80,0xc0,0x60,0x30,0x60,0xc0,0x80,0x0,0x7,0x7,0x4,0x4,0x4,0x7,0x7,0x0
 160          };
 161          
 162          unsigned char code hz[]={
 163          //解:0
 164          0x20,0x10,0xec,0x27,0xf4,0x2c,0xe4,0x40,
 165          0x22,0x9e,0x2,0xd2,0x22,0x1f,0x2,0x0,
 166          0x80,0x40,0x3f,0x9,0x3f,0x89,0xff,0x8,
 167          0xa,0x9,0x9,0xff,0x9,0x9,0x8,0x0
 168          };
 169          
 170          //顯示漢字,fb==1:反白顯示
 171          void dh(unsigned char x,unsigned char y,unsigned char n,unsigned char fb) 
 172          {
 173   1              unsigned char i,dd;
 174   1              for (i=0;i<16;i++) 
 175   1      {
 176   2                      dd=hz[i+n*32];
 177   2                      if (fb) if (n!=kongbai) dd=255-dd;
 178   2                      lw(x*8+i,y,dd);
 179   2                      dd=hz[i+n*32+16];
C51 COMPILER V7.09   8_2                                                                   08/23/2005 13:47:31 PAGE 4   

 180   2                      if (fb) if (n!=kongbai) dd=255-dd;
 181   2                      lw(x*8+i,y+1,dd);
 182   2              }
 183   1      }
 184          
 185          //顯示字符,fb==1:反白顯示
 186          void da(unsigned char x,unsigned char y,unsigned char n,unsigned char fb) 
 187          {
 188   1              unsigned char i,dd;
 189   1              n-=32;
 190   1              if (n>128) n=0;
 191   1              if (fb) dd=255; else dd=0; 
 192   1              lw(x*8,y,dd);
 193   1              lw(x*8,y+1,dd);
 194   1              for (i=0;i<7;i++) 
 195   1      {
 196   2                      dd=asc[i+n*16];
 197   2                      if (fb) dd=255-dd; 
 198   2                      lw(x*8+i+1,y,dd);
 199   2                      dd=asc[i+n*16+8];
 200   2                      if (fb) dd=255-dd; 
 201   2                      lw(x*8+i+1,y+1,dd);
 202   2              }
 203   1      }


MODULE INFORMATION:   STATIC OVERLAYABLE
   CODE SIZE        =    512    ----
   CONSTANT SIZE    =   1568    ----
   XDATA SIZE       =   ----    ----
   PDATA SIZE       =   ----    ----
   DATA SIZE        =      2       8
   IDATA SIZE       =   ----    ----
   BIT SIZE         =   ----    ----
END OF MODULE INFORMATION.


C51 COMPILATION COMPLETE.  0 WARNING(S),  0 ERROR(S)

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久99久久99| 免费观看一级特黄欧美大片| 欧美大胆一级视频| 欧美疯狂做受xxxx富婆| 在线观看日韩精品| 在线一区二区三区四区五区 | 成人av在线网站| 国产成人午夜精品5599| 国产美女精品一区二区三区| 国产精品99久久久| 成人午夜精品在线| 一本大道久久a久久综合婷婷| 91网站在线观看视频| 色香蕉久久蜜桃| 欧美日韩成人一区二区| 日韩亚洲欧美高清| 久久久久久9999| 国产精品不卡在线观看| 一区二区国产视频| 男男gaygay亚洲| 国产a精品视频| 欧美三级韩国三级日本一级| 欧美精品丝袜久久久中文字幕| 欧美一区二视频| 中文字幕va一区二区三区| **欧美大码日韩| 午夜精品影院在线观看| 国产一区二区视频在线播放| 99国产精品一区| 欧美日本在线视频| 久久久久久一二三区| 亚洲精品一二三四区| 久久疯狂做爰流白浆xx| 北岛玲一区二区三区四区| 欧美剧情片在线观看| 国产亚洲欧洲一区高清在线观看| 亚洲欧美一区二区三区国产精品| 爽好多水快深点欧美视频| 国产一区二区精品在线观看| 在线免费av一区| 久久精品人人做人人爽97| 亚洲一区二区三区视频在线播放| 国产资源精品在线观看| 欧美日韩一区二区三区四区| 国产亚洲欧美中文| 日本欧美加勒比视频| 91老司机福利 在线| 一色屋精品亚洲香蕉网站| 免费人成在线不卡| 一本久久精品一区二区| 久久蜜臀中文字幕| 日韩电影在线免费观看| a美女胸又www黄视频久久| 日韩精品一区二区三区在线播放| 亚洲欧美日韩国产手机在线| 国产精品乡下勾搭老头1| 欧美剧情片在线观看| 亚洲人123区| 国产aⅴ综合色| 久久久久久久精| 久久99国产精品久久99| 欧美一区二区免费观在线| 一区二区三区四区不卡在线| 成人黄色a**站在线观看| 久久精子c满五个校花| 蜜臀久久久久久久| 欧美欧美午夜aⅴ在线观看| 亚洲一区免费视频| 91啪亚洲精品| 亚洲男人都懂的| 一本在线高清不卡dvd| 亚洲欧美一区二区三区久本道91| 国产精品一品二品| 2021久久国产精品不只是精品| 日本午夜精品一区二区三区电影| 欧美日韩国产免费| 亚洲超丰满肉感bbw| 欧美色欧美亚洲另类二区| 亚洲国产裸拍裸体视频在线观看乱了| 91国产丝袜在线播放| 亚洲成va人在线观看| 欧美日韩精品电影| 国产成人日日夜夜| 亚洲国产岛国毛片在线| 成人免费视频播放| 成人欧美一区二区三区小说| 99视频一区二区| 亚洲激情av在线| 欧美色视频在线观看| 日韩电影在线观看电影| 欧美电视剧免费全集观看| 国产精品一线二线三线| 中文子幕无线码一区tr| 在线观看网站黄不卡| 免费成人av资源网| 国产拍欧美日韩视频二区| 99国产欧美久久久精品| 天天综合色天天| 久久久www免费人成精品| 成人免费av在线| 亚洲一区二区黄色| 久久综合久色欧美综合狠狠| 99久久精品国产毛片| 亚洲午夜一二三区视频| 精品国产乱码久久久久久老虎| 不卡在线视频中文字幕| 日韩激情av在线| 久久免费的精品国产v∧| 日本韩国欧美一区| 黑人巨大精品欧美一区| 亚洲美女精品一区| 日韩欧美国产一区二区在线播放 | 欧美大黄免费观看| 成人丝袜18视频在线观看| 亚洲一区二区三区四区的| 亚洲精品一区二区三区在线观看| 成人国产精品免费观看动漫| 日本一不卡视频| 中文字幕在线不卡视频| 欧美一区二区在线不卡| 99vv1com这只有精品| 奇米影视一区二区三区小说| 久久蜜臀中文字幕| 日本不卡一区二区| 欧美视频一区二区三区在线观看| 老色鬼精品视频在线观看播放| 成人免费在线观看入口| 国产精品欧美一区二区三区| 国产综合色在线视频区| 亚洲成人动漫在线免费观看| 欧美激情艳妇裸体舞| 欧美电影一区二区三区| 91在线视频观看| 国产精品一区免费在线观看| 婷婷六月综合网| 亚洲国产裸拍裸体视频在线观看乱了| 日本一区二区三区国色天香| 日韩欧美123| 日韩午夜小视频| 日韩一二三区视频| 在线不卡一区二区| 欧美性色欧美a在线播放| av电影天堂一区二区在线| 国产福利精品一区二区| 国产一区二区精品久久91| 激情六月婷婷久久| 精品午夜久久福利影院| 奇米色777欧美一区二区| 亚洲国产成人av| 三级久久三级久久久| 亚洲成人免费电影| 丝袜诱惑制服诱惑色一区在线观看 | 波多野洁衣一区| 国产成人av电影免费在线观看| 久久99国产乱子伦精品免费| 极品美女销魂一区二区三区| 奇米影视在线99精品| 久久不见久久见免费视频1| 久久99精品久久久久久| 精品亚洲porn| 国产精品系列在线播放| 国产成人精品一区二区三区四区| 国产盗摄精品一区二区三区在线 | 亚洲国产高清在线观看视频| 精品日韩在线一区| 日韩精品综合一本久道在线视频| 欧美精品丝袜中出| 91精品国产免费| 欧美一区日本一区韩国一区| 欧美男女性生活在线直播观看| 欧美日韩在线播| 欧美三级资源在线| 91.成人天堂一区| 国产三级一区二区三区| 1024亚洲合集| 精油按摩中文字幕久久| 亚洲一区二区偷拍精品| 三级影片在线观看欧美日韩一区二区 | 久久精品一区二区三区av| 1区2区3区精品视频| 亚洲国产精品久久人人爱蜜臀| 男人的j进女人的j一区| 成人美女视频在线观看18| 在线国产电影不卡| 久久亚洲精品小早川怜子| 综合av第一页| 久久99国产精品久久99果冻传媒| 成人18视频在线播放| 欧美一区二区在线观看| 亚洲视频在线一区观看| 日本不卡123| 一本大道久久a久久综合婷婷| 欧美一级日韩一级| 日韩久久一区二区| 久草这里只有精品视频| 在线免费观看日本欧美| 国产视频一区不卡| 蜜桃精品在线观看| 在线观看精品一区| 国产精品网站在线观看|