30 lines
953 B
Plaintext
30 lines
953 B
Plaintext
This directory contains demonstration files that are associated with
|
|
the following manuals:
|
|
|
|
General Programming Manual
|
|
HC Programming Guide
|
|
Series 3/3a Programming Guide
|
|
Additional System Information
|
|
PLIB Reference
|
|
Window Server Reference
|
|
|
|
This directory also contains the necessary files to build programs
|
|
from the source files.
|
|
|
|
For example, you can check your installation by making \sibosdk\demo
|
|
the current directory and entering:
|
|
MAKE HELLO
|
|
to produce a HELLO.IMG that can then be run on a Series3, HC or MC.
|
|
|
|
If you wish to debug at the source code level, enter:
|
|
VID ON
|
|
before making a program (as described in the General Programming Manual).
|
|
|
|
If you move the contents of this directory to other than a
|
|
subdirectory of \sibosdk\ then you will need a different TS.RED (such
|
|
as the one in \sibosdk\sys).
|
|
|
|
See DEMO.PRJ (a plain text file) for an annotated list of the files
|
|
in this directory.
|
|
|