
SDK Programming Guide Version 1.511
ABLELink
R
Ethernet-Serial Server MAXI Series
EXE2OMF.EXE
:
locate utility for converting .EXE file to .OMF file
XOH86.EXE
:
accessory utility of location, it converts .OMF file
to .HEX file
DOS4GW.EXE
:
accessory file for locate utility
…\LIB\
DAPAPI.LIB
:
API library of GW21x-MAXI, including BIOS, DOS,
TCP/IP, … API functions
STARTUP1.OBJ
:
application startup program, must be included and be
the first object file when linking to execution file
STARTUP2.OBJ
:
application startup program, must be included and be
the first object file when linking to execution file
The "STARTUP1.OBJ" does not support floating
operation and changing stack size (always 4 kb).
Using "STARTUP2.obj" and "stackf.asm"(in "source\"
directory) to solve these 2 problems.
If you want to use floating operation or change the
stack size, please use the "STARTUP2.obj" to replace
the "STARTUP1.obj" and then edit the "stackf.asm".
(Note: Update "STACK_SIZE" and "FLOAT" symbol in
"makefile" are useless. Please update "stackf.asm"
directly.)
COMAPI.OBJ
:
advanced serial port API, using hardware interrupt
service routine to send and receive serial port data
COMALO.OBJ
:
accessory file of COMAPI.OBJ, to tune the size of
send and receive buffer in this file
…\INC\
GW_API.H
:
a generic include file, it contains following include files.
You can just only include this file
DAPAPI.H
:
type and constant definition and declare functions of
BIOS, DOS API
TCPAPI.H
:
declare functions of TCP/IP API
TCPDEF.H
:
type and constant definition of TCP/IP API
COMAPI.H
:
declare functions of serial port API
…\NEWLIB\
EMINIT.OBJ
:
for 8087 emulation mode library
MAKEFILE
:
make file for re-building MSC library
MEMU.BAT
:
batch file for re-build MSC library
Copyright © 2004 Atop Technologies, Inc.
All rights reserved. Designed in Taiwan.