Go to the first, previous, next, last section, table of contents.
Jump to:
!
-
+
-
-
-
.
-
;
-
\
-
a
-
b
-
c
-
d
-
e
-
f
-
g
-
i
-
l
-
m
-
n
-
p
-
r
-
s
-
t
-
w
!
default comment char
+
--alternate
--commentchar 'char'
--copysource
--debug
--help
--mri
--output outfile
--print
--unreasonable
--version
-a
-c 'char'
-d
-h
-M
-o outfile
-p
-s
-u
-v
.AELSE
.AENDI
.AENDR
.AENDW, .AENDW
.AIF "stra" cmp "strb"
.AIF expra cmp exprb
.ALIGN size
.ALTERNATE
.AREPEAT aexp
.AWHILE expra cmp exprb
.AWHILE stra cmp strb
.DATA expr, expr, ...
.DATA.B expr, expr, ...
.DATA.L expr, expr, ...
.DATA.W expr, expr, ...
.DATAB repeat, expr
.DATAB.B repeat, expr
.DATAB.L repeat, expr
.DATAB.W repeat, expr
.END
.ENDM
.EXITM
.EXPORT name
.FORM COL=cols
.FORM LIN=ln
.FORM LIN=ln COL=cols
.GLOBAL name
.HEADING string
.INCLUDE "str"
.INSTR("string", "seg", ix)
.LEN("str")
.MACRO macname
.MACRO macname macargs ...
.ORG
.PAGE
.PRINT LIST
.PRINT NOLIST
.PROGRAM
.RADIX s
.RES count
.RES.B count
.RES.L count
.RES.W count
.SDATA "str" ...
.SDATAB repeat, "str" ...
.SDATAC "str" ...
.SDATAZ "str" ...
.SRES count
.SRES.B count
.SRES.L count
.SRES.W count
.SRESC count
.SRESC.B count
.SRESC.L count
.SRESC.W count
.SRESZ count
.SRESZ.B count
.SRESZ.L count
.SRESZ.W count
.SUBSTR("string",start,len)
;
as comment char
\@
absolute expressions
argument fields
avoiding preprocessing
bang, as comment
breaking out of loops
comment character, changing
comments
continuation character
copying literally to output
directive field
EQ
exclamation mark, as comment
fields of GASP source line
GE
GT
infile ...
label field
LE
literal copy to output
LOCAL name [ , ... ]
loops, breaking out of
LT
macros, count executed
name .MACRO
name .MACRO ( macargs ... )
NE
number of macros executed
preprocessing, avoiding
pvar .ASSIGN expr
pvar .ASSIGNA aexpr
pvar .ASSIGNC "str"
pvar .EQU expr
pvar .REG (register)
relocatable expressions
semicolon, as comment
shriek, as comment
symbol separator
symbols, separating from text
text, separating from symbols
whitespace
Go to the first, previous, next, last section, table of contents.