| |
Smallest We Can [39 bytes] [2018] |
Released At :
The 128b Font Compo
Achievements :
C64 256b Intro Competition at The 128b Font Compo : #8
Credits :
Download :
Look for downloads on external sites:
Pokefinder.org
User Comment Submitted by Moloch on 14 April 2018
Sidenote, these type of things should be discussed in the forum and not in comments | User Comment Submitted by Rastah Bar on 14 April 2018
*=$0801
BYTE $78,$ad,$00,$d0,$9e,$32,$30,$34,$39,$3a
*=$080b
lda #$18
sta $d018
lsr $01
loop:
lda ($39),y
rla ($39),y
sta ($fe),y
iny
bne loop
inc $ff
inc $3a
bne loop
rol $01
rts
Not super clean, but maybe someone can improve on it. | User Comment Submitted by Rastah Bar on 13 April 2018
I can get it down to 37 bytes, but returns with a syntax error. | User Comment Submitted by Rastah Bar on 10 April 2018
I can't get that to work.
But you can just replace the SLO $EB00 with LDA #$18. This saves 1 byte (it gives a syntax error after running, but that is not against the compo rules, isn't it?) | User Comment Submitted by Rastah Bar on 9 April 2018
Perhaps you can save one more byte by using the basic line number:
3192sys2051
performs SEI plus some other stuff before $080b. | User Comment Submitted by 6R6 on 30 March 2018
|
|
|
| Search CSDb |
| Navigate | |
|
| Detailed Info | |
|
| Fun Stuff | |
· Goofs · Hidden Parts · Trivia (1)
|
|
| Forum | |
|
| Support CSDb | |
|
| |
|