A few more questions endian-ness.


R. Clayton (rclayton@monmouth.edu)
(no date)


  Big integer values, such as 80112, take up more than 2 bytes. If n in the
  move message uses just 2 bytes, does this mean I should use integer values
  that do not need more than two bytes?

Yes.

  If so, should I send just last two bytes, which are the significant ones, ie
  [-22] and [-48] for integer 60112?

You should probably let the compiler worry about it by casting the int to a
short (or by using shorts instead of ints in the first place).



This archive was generated by hypermail 2.0b3 on Tue Apr 06 2004 - 13:30:06 EDT