September Morn Update
This commit is contained in:
parent
4e2d22a71d
commit
aac6731f2c
6856 changed files with 141518 additions and 21303 deletions
|
|
@ -1,6 +1,6 @@
|
|||
The aim of this task is to write functions (or create a class if your
|
||||
language is Object Oriented and you prefer) for reading and writing sequences of
|
||||
bits. While the output of a <tt>asciiprint "STRING"</tt> is the ASCII byte sequence
|
||||
bits, most significant bit first. While the output of a <tt>asciiprint "STRING"</tt> is the ASCII byte sequence
|
||||
"S", "T", "R", "I", "N", "G", the output of a "print" of the bits sequence
|
||||
0101011101010 (13 bits) must be 0101011101010; real I/O is performed always
|
||||
''quantized'' by byte (avoiding endianness issues and relying on underlying
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue