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.68 < prev    next >
Text File  |  1993-04-21  |  4KB  |  100 lines

  1.                   HI-TECH Software
  2.  
  3.               6801/68HC11/6301 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-1991 HI-TECH Software
  12.  
  13. Once the demo version of the 6801/68HC11/6301 compiler has been extracted,
  14. it may be invoked using either HPD or DEMOC68.  See the instructions below.
  15.  
  16. The full version of the HI-TECH 6801/68HC11/6301 C Cross Compiler may be
  17. obtained 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 6801/68HC11/6301 C
  25. Cross Compiler.  It will compile small C programs to assembler code only.
  26.  
  27. To invoke the compiler, use the DEMOC68 command:
  28.  
  29.     democ68 [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.     -11    Generate 68HC11 code
  40.     -301    Generate Hitachi 6301/6303 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, H8/300, 8096/80C196, 6801/6301/68HC11,
  56. 6809, 68000 and 8086/80186/80286.  The options menu will display the list of
  57. available target processors.  To select 6801 family code generation, select
  58. "6801 Code", "68HC11 Code" or "6301 Code" from the Options menu depending on
  59. which target processor you are interested in.
  60.  
  61. The following keystrokes and mouse actions are used in HPD:
  62.  
  63. Alt-Space        Open menu system / Escape from menu system
  64. Escape            Exit from menu system or resize menu
  65. Ctrl-Alt-Space        Window resize/move menu
  66. Ctrl-Enter        Move to next window
  67. Alt-(keypad)+        Zoom/unzoom frontmost window
  68. Arrow keys        Move around within menu system
  69. Enter            Select highlighted menu item
  70.  
  71. Mouse Actions:
  72.  
  73. Left button        In menu bar: open menu system
  74.             In window frame: grab and move window
  75.             In window contents: move window to front, if window
  76.                 is frontmost it may cause one of a number of
  77.                 window specific actions.
  78.  
  79. Alt+Left button        Move window to back
  80.  
  81. Right button        In window frame: resize window
  82. Alt+Right button    In window: zoom/unzoom window
  83.  
  84. HPD is based on the HI-TECH Windows package, a sophisticated set of
  85. libraries which may be purchased as an addition to our 8086 family C
  86. compilers.
  87.  
  88. The C source file "FEAT6811.C" contains code which demonstrates many
  89. of the special features of HI-TECH C.  To examine this file with HPD,
  90. type the command: HPD FEAT6811.C
  91.  
  92. The full version of the compiler has many more options and features
  93. than these, including a version of Lucifer, our C source level debugger.
  94. We can also offer a number of "features" which none of our competitors can
  95. match, like comprehensive local technical support which is just a phone call
  96. away and a bulletin board system dedicated to our users.  Try HI-TECH C and
  97. find out for yourself why our compilers are Australia's favourite embedded
  98. systems development solution.
  99.  
  100.