Bachelor Enlisted Quarters, I found them in the Marine Corps. Usually 3 floors, each room housing between 1 and 4 Marines. Most had balconies which Marines love to climb up and down when drunk.

Also the Branch if Equal instruction in many an ISA. On MC68HC1x, executes a branch if the Z bit in the CCR is true.

A 6502 instruction that performs a branch if the Z flag is set (that is, when the last operation returned a zero result).
  • Function: If(Z) PC + N => PC
  • Updates flags: none
  • Opcode number: $F0

As opposed to: BNE
See also: 6502 instructions | 6502 addressing modes

Log in or register to write something here or to contact authors.