logo: update some stuff

This commit is contained in:
Vince Weaver 2021-11-09 01:50:57 -05:00
parent ef515a991f
commit de29430b88
3 changed files with 22 additions and 1 deletions

12
demos/d2/clear_bottom.s Normal file
View File

@ -0,0 +1,12 @@
; $650,$6d0,$750,$7d0
clear_both_bottoms:
lda #' '|$80
ldx #$F7
cbloop:
sta $600,X
sta $700,X
sta $A00,X
sta $B00,X
dex
bne cbloop

View File

@ -142,7 +142,7 @@ $BB-$BE -- editor help
$BF -- prodos
$C0-$CF -- I/O
$D0-$DF -- Logo code
$E0-$FF -- ProDOS
$E0-$FF -- ProDOS ; empty/all zeros?
Info
$300 = max num data files *9 (usually 54)

9
logo/logo_bot/sun.logo Normal file
View File

@ -0,0 +1,9 @@
{L}
SETPC 4 SETPOS[90 80] CLEAN REPEAT 36[RT 5 FD 2 RT 5]
REPEAT 9[RT 40 PU SETPOS[100 80] FD 25 PD BK 10]
SETPC 5 PU HOME PD
RT 180 FD 119 RT 90 FD 280 RT 90 FD 119
RT 45 REPEAT 20[FD 10 RT 90 FD 10 LT 90]
FILL BK 50
SETPC 1 REPEAT 40[FD 1 RT 3] RT 90
REPEAT 40[FD 1 RT 3] HT