	cmp.w	#'a',d5		; Convert to capital letters
	blo	.KonvKlar	; -//-
	cmp.w	#'z',d5		; -//-
	bhi	.KonvKlar	; -//-
	sub.w	#32,d5		; -//-
.KonvKlar:
