AMX Target Guide Computer Accessories User Manual


 
A-2
K
A
DAK
AMX 68000 Target Guide
The Target Parameter File consists of a sequence of directives consisting of a keyword of
the form
...XXX beginning in column one which is usually followed by a parameter list.
Some directives require only a keyword with no parameters. Any line in the file which
does not begin with a valid keyword is considered a comment and is ignored.
It is the purpose of this appendix to specify all AMX 68000 directives by defining their
keywords and the parameters, if any, which they require.
The example in Figure A.1-1 uses symbolic names for all of the parameters following
each of the keywords. The symbol names in the Target Parameter File are replaced by
the actual parameters needed in your system.
The order of keywords in the Target Parameter File is not critical. The order of the
keywords in Figure A.1-1 may not match their order in the sample Target Parameter File
provided with AMX.
It is expected that you will use the AMX Configuration Manager to create and edit your
Target Parameter File. The Configuration Manager creates the directives using the
parameters which you provide. Since these parameters are well described in Chapter 4,
the parameter definitions presented in this appendix will be limited to the detail needed to
form a working specification.
If you are unable to use AMX Configuration Manager utility, you should refer to the
porting directions provided in Appendix A.3.