Binary Tree by g0blinish
[nfo]
|
||||||||
---|---|---|---|---|---|---|---|---|
|
||||||||
|
popularity : 47% |
|||||||
alltime top: #35178 |
|
|||||||
added on the 2020-07-12 09:11:11 by g0blinish |
popularity helper
comments
Nice tree picture coded in Basic on a speccy
rulez added on the 2020-07-12 09:26:26 by Queen_Luna
it’s not Basic
but it's a tree
ok, fast hack for 70 bytes :)
Code:
org #60ba
ld bc,#c000
ld de,#BF80
xor a
calcpa:
push bc
add a,c
or #f8
ld c,a
srl b
jr z,exbt
push de
push bc
lxy:
push bc
ld c,e
ld a,d
call #22b0
ld b,a
ld a,#80
rrca
djnz $-1
or (hl)
ld (hl),a
pop bc
ld h,dx/256
ld l,c
ld a,(hl)
add a,e
ld e,a
dec l
dec l
set 3,l
ld a,(hl)
add a,d
ld d,a
djnz lxy
pop bc
ld a,#ff
call calcpa
ld a,#01
call calcpa
pop de
exbt:
pop bc
ret
;#xxF8:
dx:
db #00,#01,#01,#01,#00,#ff,#ff,#ff
roxxx.
submit changes
if this prod is a fake, some info is false or the download link is broken,
do not post about it in the comments, it will get lost.
instead, click here !