home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / DevCon / Washington_1988 / DevCon88.1 / AmigaTechniques / Contents < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.2 KB  |  25 lines

  1. clipexample   - test program for the clipboard device, including Post command
  2. clipexample.c   usage.  "run clipexample" a couple & watch the interaction.
  3. cliphandler   - handler for the CLIP: device.  See the mountlist entry in
  4. cliphandler.c   the source.  Remember, only copy IFF files to/from CLIP:!
  5. dfont2obj     - create a font file from a diskfont image in memory.  Useful to
  6. dfont2obj.c     save a font whose name was "fixed" by the 1.3 diskfont.library.
  7. font2asm      - create an assembly file from a font image in memory.  This can
  8. font2asm.c      then be assembled to create a diskfont version.
  9. keymap        - remap the function keys of the USA keymap for the current
  10. keymap.c        console.  Illustrates keymap voodoo.
  11. makefile      - MANX makefile for the above programs
  12. strings.asm   - my string library, including case-less string compare function.
  13.  
  14. - Kodiak
  15.  
  16.  
  17.   Copyright (c) 1988 Commodore-Amiga, Inc.
  18.  
  19.   Executables based on this information may be used in software
  20.   for Commodore Amiga computers.  All other rights reserved.
  21.  
  22.   This information is provided "as is"; no warranties are made.
  23.   All use is at your own risk, and no liability or responsibility is assumed.
  24.  
  25.