![Epson S1C88 Series Manual Download Page 318](http://html.mh-extra.com/html/epson/s1c88-series/s1c88-series_manual_106917318.webp)
Assembler as88 (1)
Main Tool Chain
Options
Functions
@
function_name(argument[,argument]...)
Mathematical Functions
ABS
Absolute value
MAX
Maximum value
MIN
Minimum value
SGN
Return sign
String Functions
CAT
Catenate strings
LEN
Length of string
POS
Position of substring in string
SCP
Compare strings
SUB
Substring from a string
Macro Functions
ARG
Macro argument function
CNT
Macro argument count
MAC
Macro definition function
MXP
Macro expansion function
Assembler Mode Functions
AS88
Assembler executable name
DEF
Symbol definition function
LST
LIST control flag value
MODEL
Selected model of the assembler
Address Handling Functions
CADDR
Code address
COFF
Code page offset
CPAG
Code page number
DADDR
Data address
DOFF
Data page offset
DPAG
Data page number
HIGH
256 byte page number
LOW
256 byte page offset
-C
file
Include
file before source
-D
macro[=def] Define preprocessor macro
-L[
flag...]
Remove specified source lines from list file
-M[s|c|d|l]
Specify memory model
-V
Display version header only
-c
Switch to case insensitive mode (default case sensitive)
-e
Remove object file on assembly errors
-err
Redirect error messages to error file
-f
file
Read options from
file
-i[l|g]
Default label style local or global
-l
Generate listing file
-o
filename
Specify name of output file
-t
Display section summary
-v
Verbose mode. Print the filenames and numbers of the passes while they progress
-w[
num]
Suppress one or all warning messages
Startup Command
as88 [
option]...source-file [map-file]