Grey Screen With No Music by sibCrew
; grey screen with no music - 16bytes zx version ; --wbcbz7 3l.o8.zol8 ; greets to pulkomandy :) device zxspectrum128 org 0xA000 start ld hl, 0x5800 ld de, 0x5801 ld a, 7 | (7 << 3) ld b, a ; BC = 0x3F00..3FFF out [0xFE], a ld [hl], a ldir di halt end savesna "grey.sna", start savehob "grey.$C", "grey.C", start, end-start savebin "grey.bin", start, end-start
[ back to the prod ]