John, all
My intention in using
the work “transparent” was to indicate that all 256 EBCDIC
characters are allowed including any kind of operand characters and comments
plus continuation character and sequence characters up to 80 byte record
length. So yes the compression and decompression routines will need to
handle any special byte codes used in compression which can also appear as
valid byte codes in the original source. This is the sort of compression
and decompression routines required to handle any sort of data like ZIP does.
Don Higgins
mailto:don@...
http://don.higgins.net
From:
z390-assembler-contest@yahoogroups.com
[mailto:z390-assembler-contest@yahoogroups.com] On Behalf Of John P. Baker
Sent: Saturday, February 23, 2008
12:17 AM
To: z390 Assembler Contest
Subject: [z390-assembler-contest]
Problem 17
Can we have some
clarification on Problem 17 in as far as any constraints on the operand field.
For example,
compressing:
L1
CLI F1,64
Is much easier
than compressing:
L1
CLI F1,C’ ‘
If quoted operands
are to be allowed, the recognition and compression algorithms become much more
difficult.
Also, can we
assume that neither comments or sequence numbers (73-80) are to be permitted?
John P. Baker