home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 262.lha / SpriteWizard_v1.0 / README < prev    next >
Text File  |  1989-06-30  |  3KB  |  71 lines

  1. Sprite Wizard V1.0           Written and designed by David A. Visage
  2. (C) 1988 Message Software
  3. James Messa and David A. Visage
  4.  
  5. Before using Sprite Wizard, you must enter the following :
  6.  
  7. 1> execute execute.me
  8.  
  9. This will rename all files to the correct names.
  10.  
  11. Sprite Wizard is directly executable from the CLI or WorkBench.
  12. The example programs SW_CDemo and SW_AsmDemo are executable only from
  13. the CLI.  The icon for SpriteWiz is adapted (or should I say plagarized)
  14. from the "public domain" program HACK.  Although I have many good qualities,
  15. artistic talent is not one of them.  Please try not to laugh when you
  16. see the gadget imagry and example sprites used in SpriteWiz.
  17.  
  18. To compile and link "SpriteWiz", use the following commands :
  19.  
  20. 1> execute SW_Compile
  21. 1> execute SW_Link
  22.  
  23. To compile and link "SW_CDemo.c" use the following commands :
  24.  
  25. 1> cc +l SW_Demo.c
  26. 1> ln SW_Demo.o -lc32
  27.  
  28. To assemble and link "SW_AsmDemo.asm" enter the following :
  29.  
  30. 1> as SW_AsmDemo.asm
  31. 1> ln SW_AsmDemo.o -lc32
  32.  
  33. The assembler source is nothing spectacular, but it is a good example
  34. on how to use the Aztec assembler "as" to write stand alone assembly
  35. language programs.  By the way, I have never seen any documentation
  36. anywhere on how to do this.  The basic setup was deduced by compiling
  37. a simple C program with the "-a" option and analyzing what code was
  38. necessary to write a stand alone Aztec assembley program.
  39.  
  40. If you haven't already noticed, all documentation for compiling and
  41. linking is for the Manx Aztec compiler/assembler package (Any Version).
  42. If you are using Lattice or any other compiler, you will have to determine
  43. the necessary compile and link commands.
  44.  
  45. For those hackers bold enough to enhance SpriteWiz, you may notice
  46. several things that indicate that the source was not released with the
  47. original version.  They are :
  48.  
  49. (1) A routine called Convert() to encrypt and decrypt SpriteWiz data
  50. (2) Conditional compilation based on the definition "DEMO"
  51. (3) A requester routine called Money() that asks for a donation
  52.  
  53. These can be removed with no changes to the operation of the program.
  54.  
  55. Please feel free to contact me if you notice any bugs in SpriteWiz.
  56. Also, please feel free to make any changes or enhancements to the original
  57. source.  All I ask in return is a note that mentions the author of the
  58. original program.
  59.  
  60. David A. Visage
  61. 7371 Power Inn Road #106
  62. Sacramento, CA. 95826
  63.  
  64. Home : (916) 383-0986
  65. Work : (916) 446-8550
  66.  
  67. Also by D. Visage  -  MindExpander
  68.                       Disk Wizard V1.0
  69.  
  70.  
  71.