home *** CD-ROM | disk | FTP | other *** search
- HI-TECH Software
-
- Z80/Z180/64180 C Cross Compiler
-
- Demonstration Version
-
- This diskette may be freely copied and distributed for demonstration
- purposes only. The following copyright message should be preserved on
- any copies made:
-
- Copyright (C) 1984-1992 HI-TECH Software
-
- Once the demo version of the Z80/Z180/64180 compiler has been extracted,
- it may be invoked using either HPD or DEMOZC. See the instructions below.
-
- The full version of the HI-TECH Z80/Z80/64180 C Cross Compiler may be obtained
- from:
-
- HI-TECH Software Tel: (07) 300 5011
- P.O. Box 103 Fax: (07) 300 5246
- Alderley QLD 4051
- Australia
-
- This is a demonstration version of our popular HI-TECH Z80/Z180/64180 C
- Cross Compiler. It will compile small C programs to assembler code only.
-
- To invoke the compiler, use the DEMOZC command:
-
- demozc [options] file.c ...
-
- after the command may be specified optional flags, followed by
- one or more .C files. Each file will be compiled into a corresponding
- .AS file containing assembler code, with embedded comments from the
- original C source.
-
- The options are:
-
- -O Invoke post-pass optimizer
- -180 Generate Z180/64180 code
- -Wn Set warning level 'n'; default is 0, range is -9 to 9
- Higher values give fewer warnings
- Negative values get very picky
- -Ipath Specify additional preprocessor search path
- for include files
- -Dsym Define sym as if by #define sym 1
- -Dsym=val Define sym as if by #define sym val
-
- This demonstration version also contains HPD.EXE, a demonstration
- version of our integrated development environment which features full
- screen operation with mouse and keyboard support and full on-line error
- and C library help.
-
- The version of HPD supplied with this demo disk can be used with code generator
- modules for the Z80/Z180/64180, 8051, 8096/80C196, H8/300, 6801/6301/68HC11,
- 6809, 68000 and 8086/80186/80286 The options menu will display the list of
- available target processors. To select Z80 code generation, use either the Z80
- or Z180 item from the options menu.
-
- The following keystrokes and mouse actions are used in HPD:
-
- Alt-Space Open menu system / Escape from menu system
- Escape Exit from menu system or resize menu
- Ctrl-Alt-Space Window resize/move menu
- Ctrl-Enter Move to next window
- Alt-(keypad)+ Zoom/unzoom frontmost window
- Arrow keys Move around within menu system
- Enter Select highlighted menu item
-
- Mouse Actions:
-
- Left button In menu bar: open menu system
- In window frame: grab and move window
- In window contents: move window to front, if window
- is frontmost it may cause one of a number of
- window specific actions.
-
- Alt+Left button Move window to back
-
- Right button In window frame: resize window
- Alt+Right button In window: zoom/unzoom window
-
- HPD is based on the HI-TECH Windows package, a sophisticated set of
- libraries which may be purchased as an addition to our 8086 family C
- compilers.
-
- The C source file "FEATZ80.C" contains code which demonstrates many
- of the special features of HI-TECH C. To examine this file with HPD,
- type the command: HPD FEATZ80.C
-
- The full version of the compiler has many more options and features
- than these, including a version of Lucifer, our remote C source level
- debugger. We can also offer a number of "features" which none of
- our competitors can match, like comprehensive local technical support
- which is just a phone call away and a bulletin board system dedicated
- to our users. Try HI-TECH C and find out for yourself why our compilers
- are Australia's favourite embedded systems development solution.
-
-