.EB     Error Bell

Syntax:

        .EB  on | off

See also:

.CO   .EC   .EN   .ER   .ST  

Function:

With this directive you can turn the Error Bell on or off. The Error Bell is the beep that is generated every time the SB-Assembler stumbles over an error in your source code.

Boundary Sync:

In Version 3 of the SB-Assembler this directive will perform a boundary sync.

Explanation:

Per default the Error Bell option is switched on, which sounds a beep for every error in your source code. Not all operating systems support the Error Bell though. So there's no guarantee that the Error Bell is sounded even if the option is switched on.

Examples:

         .EB   ON          Switch Error Bell option on
         .EB   OFF         Switch Error Bell option off