auxout = FFEE
aget = FFEB

lda 'G'		A9 47	;print command for image resource
jsr auxout	20 EE FF
lda 'P'		A9 50
jsr auxout	20 EB FF
rts		60
