mirror of
https://github.com/erkyrath/infocom-zcode-terps.git
synced 2026-01-21 18:05:42 +00:00
16 lines
295 B
Plaintext
16 lines
295 B
Plaintext
|
|
Notes re conversion of (XZIP) 68K sources,
|
|
ST Lattice (Motorola format) --> Mac (MPW format)
|
|
|
|
() PROC/ENDPROC (once at start)
|
|
() * -> ; (or use BLANKS OFF)
|
|
|
|
() PAGE -> EJECT
|
|
() ____TEXT -> ____CODE
|
|
|
|
() IFEQ -> IF/THEN (CZIP/EZIP/DEBUG)
|
|
() ENDC -> ENDIF
|
|
|
|
() XREF -> IMPORT
|
|
() XDEF -> EXPORT
|