home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
prog-asm
/
asmonedm.lzh
/
ASMOneDemo
/
ASMOneDemo.lzh
/
ASM-One
/
Include
/
workbench
/
startup.i
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-10-17
|
435 b
|
27 lines
IFND WORKBENCH_STARTUP_I
WORKBENCH_STARTUP_I = 1
IFND EXEC_TYPES_I
INCLUDE exec/types.i
ENDC
IFND EXEC_PORTS_I
INCLUDE exec/ports.i
ENDC
IFND LIBRARIES_DOS_I
INCLUDE libraries/dos.i
ENDC
RSRESET
WBStartup RS.B 0
sm_Message RS.B MN_SIZE
sm_Process RS.L 1
sm_Segment RS.L 1
sm_NumArgs RS.L 1
sm_ToolWindow RS.L 1
sm_ArgList RS.L 1
sm_SIZEOF RS.W 0
RSRESET
WBArg RS.B 0
wa_Lock RS.L 1
wa_Name RS.L 1
wa_SIZEOF RS.W 0
ENDC