home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / SIMTEL / HITECH-C / Z8051H83.EXE / README.Z80 < prev    next >
Text File  |  1993-05-21  |  4KB  |  98 lines

  1.                   HI-TECH Software
  2.  
  3.                Z80/Z180/64180 C Cross Compiler
  4.  
  5.                 Demonstration Version
  6.  
  7. This diskette may be freely copied and distributed for demonstration
  8. purposes only.  The following copyright message should be preserved on
  9. any copies made:
  10.  
  11. Copyright (C) 1984-1992 HI-TECH Software
  12.  
  13. Once the demo version of the Z80/Z180/64180 compiler has been extracted,
  14. it may be invoked using either HPD or DEMOZC.  See the instructions below.
  15.  
  16. The full version of the HI-TECH Z80/Z80/64180 C Cross Compiler may be obtained
  17. from:
  18.  
  19. HI-TECH Software            Tel: (07) 300 5011
  20. P.O. Box 103                Fax: (07) 300 5246
  21. Alderley  QLD  4051
  22. Australia
  23.  
  24. This is a demonstration version of our popular HI-TECH Z80/Z180/64180 C
  25. Cross Compiler.  It will compile small C programs to assembler code only.
  26.  
  27. To invoke the compiler, use the DEMOZC command:
  28.  
  29.     demozc [options] file.c ...
  30.  
  31. after the command may be specified optional flags, followed by
  32. one or more .C files. Each file will be compiled into a corresponding
  33. .AS file containing assembler code, with embedded comments from the
  34. original C source.
  35.  
  36. The options are:
  37.  
  38.     -O    Invoke post-pass optimizer
  39.     -180    Generate Z180/64180 code
  40.     -Wn    Set warning level 'n'; default is 0, range is -9 to 9
  41.         Higher values give fewer warnings
  42.         Negative values get very picky
  43.     -Ipath    Specify additional preprocessor search path
  44.         for include files
  45.     -Dsym    Define sym as if by #define sym 1
  46.     -Dsym=val    Define sym as if by #define sym val
  47.  
  48. This demonstration version also contains HPD.EXE, a demonstration
  49. version of our integrated development environment which features full
  50. screen operation with mouse and keyboard support and full on-line error
  51. and C library help.
  52.  
  53. The version of HPD supplied with this demo disk can be used with code generator
  54. modules for the Z80/Z180/64180, 8051, 8096/80C196, H8/300, 6801/6301/68HC11,
  55. 6809, 68000 and 8086/80186/80286  The options menu will display the list of
  56. available target processors. To select Z80 code generation, use either the Z80
  57. or Z180 item from the options menu.
  58.  
  59. The following keystrokes and mouse actions are used in HPD:
  60.  
  61. Alt-Space        Open menu system / Escape from menu system
  62. Escape            Exit from menu system or resize menu
  63. Ctrl-Alt-Space        Window resize/move menu
  64. Ctrl-Enter        Move to next window
  65. Alt-(keypad)+        Zoom/unzoom frontmost window
  66. Arrow keys        Move around within menu system
  67. Enter            Select highlighted menu item
  68.  
  69. Mouse Actions:
  70.  
  71. Left button        In menu bar: open menu system
  72.             In window frame: grab and move window
  73.             In window contents: move window to front, if window
  74.                 is frontmost it may cause one of a number of
  75.                 window specific actions.
  76.  
  77. Alt+Left button        Move window to back
  78.  
  79. Right button        In window frame: resize window
  80. Alt+Right button    In window: zoom/unzoom window
  81.  
  82. HPD is based on the HI-TECH Windows package, a sophisticated set of
  83. libraries which may be purchased as an addition to our 8086 family C
  84. compilers.
  85.  
  86. The C source file "FEATZ80.C" contains code which demonstrates many
  87. of the special features of HI-TECH C.  To examine this file with HPD,
  88. type the command: HPD FEATZ80.C
  89.  
  90. The full version of the compiler has many more options and features
  91. than these, including a version of Lucifer, our remote C source level
  92. debugger.  We can also offer a number of "features" which none of
  93. our competitors can match, like comprehensive local technical support
  94. which is just a phone call away and a bulletin board system dedicated
  95. to our users.  Try HI-TECH C and find out for yourself why our compilers
  96. are Australia's favourite embedded systems development solution.
  97.  
  98.