•  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 $B+ option makes error numbers appear instead of "bombs". This option must
not be used in accessories. The $B+ option can only be enabled, and will be
disabled again once the program has been executed.

Never use $B+ in an accessory, otherwise you might trap bombs generated by the
application.

Memo: This option should not be used under MiNT. All bomb errors
      generated by any running programs will be sent to your application!
      The same problem occurs as with an accessory.
      Requires $I+ be enabled or the following problems occur:
        Bomb handler will not be unhooked
        Supervisor stack is not correctly saved/restored