![]() |
Restrictions |
Previous | The A68k Assembler | Next |
Let's get these out of the way first:
(TIGCC) | WARNING: The new -v switch introduced in v.2.71.F3c is NOT the same as this one! |
INCLUDE
directory list '-i' must be
separated by commas. The list may not be enclosed in quotes.
EQUR
and REG
directives are case-sensitive.
INCLUDE
files and macro expansions) exceeds 32,766 lines.
Tough darts. Break up your source file. Can you actually
read that monster?
(TIGCC) | The maximum has been increased from 32,766 to 2,147,483,646 for 32-bit operating systems starting from version 2.71.F3s. |
OFFSET
, NOPAGE
, LLEN
, PLEN
,
NOOBJ
, FAIL
, FORMAT
, NOFORMAT
and
MASK2
are not supported, and will be flagged
as invalid op-codes.
I feel that NOPAGE
, LLEN
, and PLEN
should not be
defined within a source module. It doesn't make sense to me to have to change
your program just because you want to print your listings on
different paper. The command-line switch '-p' (see below) can
be used as a replacement for PLEN
; setting it to a high value
(like 32767) is a good substitute for NOPAGE
. The effect of
LLEN
can be obtained by running the listing file through an
appropriate filter.