mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-24 13:32:23 +00:00
now that Applwin supports LOGO, let's play with LOGO some
This commit is contained in:
parent
b0f9d12945
commit
e78e44abca
@ -3,14 +3,15 @@ include ../../../Makefile.inc
|
||||
DOS33 = ../../../utils/dos33fs-utils/dos33
|
||||
TOKENIZE = ../../../utils/asoft_basic-utils/tokenize_asoft
|
||||
LINKER_SCRIPTS = ../../../linker_scripts
|
||||
EMPTY_DISK = ../../../empty_disk/empty.dsk
|
||||
|
||||
all: snowflake.dsk
|
||||
|
||||
snowflake.dsk: SNOW SNOW2 SNOW3
|
||||
cp empty.dsk snowflake.dsk
|
||||
cp $(EMPTY_DISK) snowflake.dsk
|
||||
$(DOS33) -y snowflake.dsk BSAVE -a 0x0300 SNOW
|
||||
$(DOS33) -y snowflake.dsk BSAVE -a 0x0300 SNOW2
|
||||
$(DOS33) -y snowflake.dsk BSAVE -a 0x0367 SNOW3
|
||||
$(DOS33) -y snowflake.dsk BSAVE -a 0x03F5 SNOW3
|
||||
|
||||
###
|
||||
|
||||
|
Binary file not shown.
4
logo/README
Normal file
4
logo/README
Normal file
@ -0,0 +1,4 @@
|
||||
Note:
|
||||
PASTE into Applewin in Shift-insert
|
||||
on my hp elitebook you have to press SHIFT-FN-E to get this
|
||||
note that LOGO ignores input while drawing
|
13
logo/super_oct.logo
Normal file
13
logo/super_oct.logo
Normal file
@ -0,0 +1,13 @@
|
||||
{LB5S60}
|
||||
TO OCT
|
||||
REPEAT 8 [FD 30 RT 360 / 8]
|
||||
END
|
||||
TO WW
|
||||
REPEAT 8 [OCT RT 360 / 8]
|
||||
END
|
||||
WW
|
||||
SETBG 1
|
||||
SETBG 2
|
||||
SETBG 3
|
||||
SETBG 4
|
||||
REPEAT 8 [.DEPOSIT 49238 1 WAIT 30 .DEPOSIT 49239 1 WAIT 30]
|
Loading…
Reference in New Issue
Block a user