dw 指 define word
db  指 define byte
dd  指 define dword

db是一个字节单元。占8位

dw是两个字节单元。占16位

dd是四个字节单元。占32位