home *** CD-ROM | disk | FTP | other *** search
/ develop, the CD; issue 1 / Apple_Develop_1989.bin / dynamo / app.config next >
Text File  |  1989-12-10  |  712b  |  37 lines

  1. ****************************************************************
  2. *                            *
  3. * DYNAMO                            *
  4. *                            *
  5. * Apple II 8-bit runtime sample application configuration.    *
  6. * Copyright (C) 1989 Apple Computer.            *
  7. *                            *
  8. * Written by Eric Soldan, Apple II DTS            *
  9. *                            *
  10. ****************************************************************
  11. * Sample application configuration
  12.  
  13. varstart        equ    $1F00        ;Must be on a page boundary.
  14. vs        equ    varstart        ;Abbreviation for varstart.
  15.  
  16. powerUpByte    equ    $3F4
  17. reset        equ    $FA62
  18.  
  19. ******************
  20.  
  21. numstrings    equ    2
  22.  
  23. str1        equ    0
  24. maxstr1        equ    128
  25. str1loc        equ    $1E00
  26.  
  27. str2        equ    1
  28. maxstr2        equ    128
  29. str2loc        equ    $1E80
  30.  
  31. ******************
  32.  
  33. var1        equ    0
  34. var2        equ    2
  35. var3        equ    4
  36. remainder    equ    6
  37.