2^n by g0blinish | ||||||||
---|---|---|---|---|---|---|---|---|
|
||||||||
|
popularity : 48% |
|||||||
alltime top: #77322 |
|
|||||||
|
||||||||
added on the 2021-09-08 17:37:13 by g0blinish |
popularity helper
comments
neither releated to demoscene nor sizecoding
toxic ded, it's digital-shading triangles fx!!! ;)
How big is it in BASIC?
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 !
org #600a ;c=#0a ld hl,#c001 ld (hl),l lp1: ld b,l lp2: ld a,(hl) add a,#30 ;"0" rst #10 dec l jr nz,lp2 ld a,#0d rst #10 lp3: xor a lp4: inc l ld a,(hl) adc a,(hl) ld e,a sub c ;#0a ld (hl),a ccf jr c,lp4 ld (hl),e ld a,l sub b jr c,lp3 jr lp1