threadzx by Gasman
[nfo]
|
||||||||
---|---|---|---|---|---|---|---|---|
|
||||||||
|
popularity : 52% |
|||||||
alltime top: #18709 |
|
|||||||
added on the 2015-03-29 19:50:24 by gasman |
popularity helper
comments
dammit, wrong code. I meant this.
Code:
org 0x732f
rst 0x10
push bc
xor (hl)
dec hl
ld a,c
ret po
xor b
ret
tiny intros are always welcome!
microtro!
with POKE 23692,255 hack it's even better ;)
that's not cheating, that's smart
cewl :)
Cool
There are no such things as "cheating" and "ugly" in good size-coding! :)
Damn you :D Now i must come up with a 7 byte version ^^
cool!
let maze generation battle begin after "CALL NOW!" xD
g0blinish, +1 :D
worms, you 1st xD
nice thread
The idea!
;o
lists containing this prod
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 0x732f loop ld a,b cp (hl) inc hl sbc a,a and b xor c rst 0x10 jr loop