mirror of
https://github.com/erkyrath/infocom-zcode-terps.git
synced 2026-01-23 18:57:25 +00:00
18 lines
353 B
Plaintext
18 lines
353 B
Plaintext
|
|
The ZIP and EZIP interpreters for the Atari ST are combined
|
|
at the (68K) source level, using "conditional assembly" directives
|
|
wherever necessary. These appear as follows:
|
|
|
|
IFEQ EZIP
|
|
*
|
|
*
|
|
ENDC
|
|
|
|
IFEQ CZIP * classic zip
|
|
*
|
|
*
|
|
ENDC
|
|
|
|
Searching for these strings will pinpoint most of the differences
|
|
between the two interpreters.
|