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 / MOTOROLA.EXE / README.05 < prev    next >
Text File  |  1993-04-21  |  4KB  |  99 lines

  1.                   HI-TECH Software
  2.  
  3.                  6805/68HC05 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 6805/68HC05 compiler has been extracted,
  14. it may be invoked using either HPD or DEMOC05.  See the instructions below.
  15.  
  16. The full version of the HI-TECH 6805/68HC05 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 6805/68HC05 C
  25. Cross Compiler.  It will compile small C programs to assembler code only.
  26.  
  27. To invoke the compiler, use the DEMOC05 command:
  28.  
  29.     democ05 [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.     -Zg    Invoke global optimization
  40.     -HC05    Generate 68HC05 code
  41.     -Wn    Set warning level 'n'; default is 0, range is -9 to 9
  42.         Higher values give fewer warnings
  43.         Negative values get very picky
  44.     -Ipath    Specify additional preprocessor search path
  45.         for include files
  46.     -Dsym    Define sym as if by #define sym 1
  47.     -Dsym=val    Define sym as if by #define sym val
  48.  
  49. This demonstration version also contains HPD.EXE, a demonstration
  50. version of our integrated development environment which features full
  51. screen operation with mouse and keyboard support and full on-line error
  52. and C library help.
  53.  
  54. The version of HPD supplied with this demo disk can be used with code generator
  55. modules for the Z80/Z180/64180, 8051, 8096/80C196, H8/300, 6801/6301/68HC11,
  56. 6805/68HC05, 6809, 68000 and 8086/80186/80286  The options menu will display 
  57. the list of available target processors. To select 6805 code generation, use
  58. either the 6805 or 68HC05 item from the options menu.
  59.  
  60. The following keystrokes and mouse actions are used in HPD:
  61.  
  62. Alt-Space        Open menu system / Escape from menu system
  63. Escape            Exit from menu system or resize menu
  64. Ctrl-Alt-Space        Window resize/move menu
  65. Ctrl-Enter        Move to next window
  66. Alt-(keypad)+        Zoom/unzoom frontmost window
  67. Arrow keys        Move around within menu system
  68. Enter            Select highlighted menu item
  69.  
  70. Mouse Actions:
  71.  
  72. Left button        In menu bar: open menu system
  73.             In window frame: grab and move window
  74.             In window contents: move window to front, if window
  75.                 is frontmost it may cause one of a number of
  76.                 window specific actions.
  77.  
  78. Alt+Left button        Move window to back
  79.  
  80. Right button        In window frame: resize window
  81. Alt+Right button    In window: zoom/unzoom window
  82.  
  83. HPD is based on the HI-TECH Windows package, a sophisticated set of
  84. libraries which may be purchased as an addition to our 8086 family C
  85. compilers.
  86.  
  87. The C source file "FEAT6805.C" contains code which demonstrates many
  88. of the special features of HI-TECH C.  To examine this file with HPD,
  89. type the command: HPD FEAT6805.C
  90.  
  91. The full version of the compiler has many more options and features
  92. than these, including a version of Lucifer, our remote C source level
  93. debugger.  We can also offer a number of "features" which none of
  94. our competitors can match, like comprehensive local technical support
  95. which is just a phone call away and a bulletin board system dedicated
  96. to our users.  Try HI-TECH C and find out for yourself why our compilers
  97. are Australia's favourite embedded systems development solution.
  98.  
  99.