corewars warrior which tries to win by overwriting its
enemy/enemies with "self kill instructions" (usually a
DAT)

Example bomber:

ADD #4, 3        ; increments the DAT b-field
MOV 2, @2        ; copies the DAT to the location specified
		 ; in its b-field
JMP -2           ; jumps back to the add
DAT #0, #0       ; "self kill instruction" AND "counter"

Also called "stone" (stone/scissors/paper analogy).