•  Back 
  •  Main 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The GFA-Basic Compendium
Author      : GFA Systemtechnik GmbH
Version     : GFABasic.HYP v2.98 (12/31/2023)
Subject     : Documentation/Programming
Nodes       : 899
Index Size  : 28056
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Document not found
@help       : Help
@options    : +g -i -s +z
@width      : 75
@hostname   : STRNGSRV
@hostname   : CAB     
@hostname   : HIGHWIRE
@hostname   : THING   
View Ref-FileThe $I+ and $I- compiler options can be used to enable or disable the interrupt
routines for:

    - EVERY and AFTER
    - the stop/break keys (Control-Shift-Alternate)
    - the ASCII code entry via Alternate-number
    - the function key configuration (KEYPAD and KEYDEF)
    - the enabling of the mouse pointer in the event of disk errors
      (eg. Please insert Disk B in Drive A)
    - Error messages instead of bombs

Using these options lengthens the compiled code.

Memo: $I- is the default.
      $B+ is also linked to $I+ (missing from the original manual)