sysdefs.equ.asm 357 B

123456789101112
  1. ; System variables used
  2. RG0SAV equ 0F3DFh
  3. RG08SAV equ 0FFE7h
  4. RG00SAV equ RG08SAV-8 ; Fake system variable so we can add the register number to it
  5. VALTYP equ 0F663h
  6. DAC equ 0F7F6h
  7. ; We use this as our variables area. It's a 384 byte area that isn't used
  8. ; unless the BASIC PLAY command is used.
  9. ; (FALSE: Disk BASIC seems to use it)
  10. VOICAQ equ 0F975h