Specifications
8-2 Programmer’s Guide Sega
Psy-Q Development System
GROUP
Description This directive declares a group with up to seven group attributes.
Syntax GroupName GROUP [Attribute,..Attribute]
where an attribute is one of the following - see below for descriptions:
WORD
BSS
ORG(address)
FILE(filename)
OBJ(address)
SIZE(size)
OVER(GroupName)
See Also SECTION
Remarks Group Attributes are interpreted as follows:
WORD - the group may be accessed using absolute word addressing. Note that this
will only have an effect if the ow+ parameter has been used to allow optimisation to
occur.
Example Group1 group word
BSS - no initialised data to be declared in this group.
Example Group1 group bss
ORG - sets the ORG address of the group, without reference to the other group
addresses. If this attribute is omitted, the group will be placed in memory, following
on from the end of the previous group.