home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMOS PD CD
/
amospdcd.iso
/
sourcecode
/
routines
/
commodore.amos
/
commodore.amosSourceCode
Wrap
AMOS Source Code
|
1993-05-28
|
354b
|
17 lines
Rem *** Commodore ***
Rem
Rem * Created with CursEd - Amos Cursor Generator *
Rem * By Neil Wright �1993 *
Rem * This program is Freeware. *
Rem
L1=%10
L2=%101
L3=%1010
L4=%1010100
L5=%10101000
L6=%1010000
L7=%100000
L8=%0
Set Curs L1,L2,L3,L4,L5,L6,L7,L8
Rem
Rem * Enjoy.... Version 2 will be better! *