sysdefs.equ.asm 381 B

1234567891011121314
  1. ; System variables used
  2. KILBUF equ 0156h ; Clear keyboard buffer
  3. RG0SAV equ 0F3DFh
  4. RG08SAV equ 0FFE7h
  5. RG00SAV equ RG08SAV-8 ; Fake system variable so we can add the register number to it
  6. VALTYP equ 0F663h
  7. DAC equ 0F7F6h
  8. ; We use this as our variables area. It's a 384 byte area that isn't used
  9. ; unless the BASIC PLAY command is used.
  10. VOICAQ equ 0F975h
  11. HIMEM equ 0FC4Ah