MAS4BRBR Name: brkd [Show more] Type: Variable Category: Utility routines Summary: A flag that indicates whether a system error has occured Context: See this variable in context in the source code References: This variable is used as follows: * BRBR uses brkd * TITLE uses brkd .brkd EQUB 0 ; A flag to record whether a system error has occured, ; so we can print it out ; ; * 0 = no system error has occured ; ; * $FF = a system error has occured MAS4BRBR