
 Party: LoveByte party
  Date: 09-11.02.2024
 Scene: ZX Spectrum
 Compo: 16b oldschool intro
  Name: E.T. calls home
  Need: ZX Spectrum 48k
   Who: Busy soft & hard
 Email: busy@centrum.sk

Simple graphics and sound effect

The graphics is maybe a bit chaotic
but sound becomes interesting to me
so I decided to release it as intro.

The sound resemble to a cosmic transmitter
for me so I called it E.T. calls home :)

  Source code:

start	ld	h,c	;; C=#5B from USR by ORG #805B
	halt
slucka	out	(#fe),a
	adc	(iy+#3E)
	rr	(hl)
	dec	hl
	bit	6,h
	jr	nz,slucka
	jr	start
