posts - 116,  comments - 123,  trackbacks - 0
请问FWORD是代表几个字节的?  
structure ---------------------------------------------------------------  
 
FWORD    ¦  DF    ¦  6  bytes      ¦    32-bit  far  pointer  
 
---------------------------------------------------------------  
 
在masm32中的帮助中有。  
   Description:  
   
                                                Integer  
    Type        Abbr    Size            Range     Types  Allowed  
+-------+-----+---------+------------+----------------------------------+  
¦  BYTE   ¦  DB    ¦  1  byte   ¦  -128  to     ¦  Character,  String¦  
¦             ¦           ¦               ¦  +255         ¦                     ¦  
 
+-------+-----+---------+------------+----------------------------------+  
¦  WORD   ¦  DW ¦  2  bytes  ¦  -32,768  to ¦  16-bit  near  ptr,  2  characters,¦  
¦               ¦         ¦               ¦  +65,535     ¦  double-byte  character         ¦  
+-------+-----+---------+------------+----------------------------------+  
¦ DWORD  ¦  DD  ¦  4  bytes ¦  -2Gig  to    ¦  16-bit  far  ptr,  32-bit  near  ptr,¦  
¦                ¦        ¦              ¦  +4Gig-1      ¦  32-bit  long  word                ¦  
+-------+-----+---------+------------+----------------------------------+  
 
¦  FWORD  ¦  DF  ¦  6  bytes ¦        --         ¦  32-bit  far  pointer         ¦  
+-------+-----+---------+------------+----------------------------------+  
¦  QWORD ¦  DQ  ¦  8  bytes ¦        --         ¦  64-bit  long  word           ¦  
+-------+-----+---------+------------+----------------------------------+  
¦  TBYTE    ¦  DT  ¦ 10  bytes ¦        --      ¦ BCD, 10-byte  binary  numbers ¦  
+-------+-----+-------+------------+----------------------------------+  
+-------+-----+-------+------------+----------------------------------+  
 
|  REAL4    ¦  DD  ¦  4  bytes ¦        --      ¦  Single-precision  floating  point ¦  
+-------+-----+---------+------------+----------------------------------+  
¦  REAL8    ¦  DQ  ¦  8  bytes ¦        --      ¦  Double-precision  floating  point¦  
+-------+-----+---------+------------+----------------------------------+  
¦  REAL10  ¦  DT   ¦ 10  bytes¦        --      ¦  10-byte  floating  point    ¦  
+-------+-----+-------+------------+----------------------------------+  
posted on 2006-07-12 11:42 yuhen 阅读(3966) 评论(0)  编辑 收藏 引用 所属分类: 技术文档
只有注册用户登录后才能发表评论。
<2006年7月>
2526272829301
2345678
9101112131415
16171819202122
23242526272829
303112345

Believe in who you are,
you are a shinning star!

常用链接

留言簿(16)

随笔分类(122)

随笔档案(116)

文章分类(2)

文章档案(2)

相册

BLOG

Study

Testing

最新随笔

搜索

  •  

积分与排名

  • 积分 - 119986
  • 排名 - 54

最新随笔

最新评论

阅读排行榜

评论排行榜