home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog-asm / examples.lzh / EXAMPLES / SPEECHTOY / ASSEMBLESPEECH < prev    next >
Encoding:
Text File  |  1991-08-16  |  271 b   |  9 lines

  1. assemble the file SpeechToy.asm
  2. link with the enclosed startup routine (found in StartUps dir) as follows
  3.  
  4. For Manx users
  5.  ln -o SpeechToy ManxStartUp.o SpeechToy.o -lcl32
  6.  
  7. For other assemblers (inc Lattice)
  8.  Blink SmallStart.o SpeechToy.o small.lib NODEBUG to SpeechToy
  9.