You've done pretty much OK... just rearrange things a little...
Code:
Start:
	LCDOut $FE,1
KeyLoop:
	Gosub GetKey
	LCDOut #key
	Goto KeyLoop