R. Clayton (rclayton@monmouth.edu)
Wed, 25 Oct 2000 21:38:30 -0400 (EDT)
Terminals are optional in assignment 2; you may do them or not as you wish. If
you do support terminals, you may assume characters are placed one per word,
right justified (that is, at byte 0, the rightmost - or least significant -
byte). For example, the string "abcd" takes up four words:
word i 00000061
word i + 1 00000062
word i + 2 00000063
word i + 3 00000064
Word values are hexadecimal, with 'a' = 61 hex (97 decimal) and so on.
This archive was generated by hypermail 2.0b3 on Mon Dec 18 2000 - 13:30:05 EST