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

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