• Welcome to Valhalla Legends Archive.
 

Conventions

Started by R.a.B.B.i.T, July 09, 2005, 11:34 PM

Previous topic - Next topic

Arta


Hdx

QuoteA word is the standard unit on a machine.  A word on a 16-bit machine is 2 bytes, on a 32-bit machine it's 4 bytes, and on a 64-bit machine it's 8 bytes.
We only get the bolded parts:
QuoteWORD     A 16-bit unsigned little-endian integer.
It tells nothing about the type of machine affecting it's size.
~-~(HDX)~-~

Proud host of the JBLS server www.JBLS.org.
JBLS.org Status:
JBLS/BNLS Server Status

MyndFyre

Quote from: HdxBmx27 on July 11, 2005, 05:14 PM
It tells nothing about the type of machine affecting it's size.
Like I said, though, it depends on whom you ask.  My college prof would have told you that a word is 16 bits, period.  Interestingly, in 32-bit MASM, a WORD is still a 16-bit integer:
http://crystal.uta.edu/~vasudeva/teaching/cse2312_summer05/lectures/lecture7/notes.html#L9_B31.
I have to wonder that if a WORD wasn't a 16-bit value, how would an assembler define a 16-bit value?  The mneumonic is "dw", for "define word".  To define a 32-bit value, it's "dd", for "define doubleword".  Etcetera.
Other links:
http://cs.wwc.edu/~aabyan/Unix/x86.html (do a search for "dw" to find it).
http://www.cs.uwc.ac.za/~iventer/Courses/cos365/AssemblyTheory/Assem40Lang.htm
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

LivedKrad

It sounds to me like all of this can be solved by allowing preference.

R.a.B.B.i.T

Anyways, Kp backs me up unwittingly, but yes, I say go with XML so people can have what they want :)