Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- What IS a DWORD/WORD/etc?
- #####-----#####-----#####-----#####-----#####-----#####-----#####-----#####-----#####-----#####-----#####
- bit = ...1 bit...
- nybble = 4 bits = 1/2 byte
- byte = 8 bits = 2 nybbles
- WORD = 2 bytes = 4 nybbles = 16 bits
- DWORD = 2 WORDs = 4 bytes = 8 nybbles = 32 bits
- QWORD = 2 DWORDs = 4 WORDS = ..... = 64 bits
- DWORD stands for Double Word, QWORD for Quad (prefix meaning 4).
- I suppose the next would be Oct (prefix meaning 8).
- #####-----#####-----#####-----#####-----#####-----#####-----#####-----#####-----#####-----#####-----#####
- "It doesn't matter if you're white, or if you're black...the only color that REALLY matters is green"
- -Peter Griffin
- #####-----#####-----#####-----#####-----#####-----#####-----#####-----#####-----#####-----#####-----#####
- // Source: http://www.gamedev.net/topic/80721-what-is-a-dword/
- // BaSs_HaXoR
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement