home *** CD-ROM | disk | FTP | other *** search
open in:
MacOS 8.1
|
Win98
|
DOS
view JSON data
|
view as text
This file was processed as: BASIC Source File
(text/bas).
Confidence | Program | Detection | Match Type | Support
|
---|
100%
| dexvert
| BASIC Source File (text/bas)
| magic
| Supported |
66%
| dexvert
| GW-BASIC (document/gwBasic)
| ext
| Supported |
66%
| dexvert
| GFA-BASIC Atari (other/gfaBASICAtari)
| ext
| Supported |
1%
| dexvert
| Memotech MTX BASIC source (document/memotechMTXBASICSource)
| ext
| Unsupported |
1%
| dexvert
| Amiga BASIC Protected File (other/amigaBASICProtectedFile)
| ext
| Unsupported |
1%
| dexvert
| BAS VBDOS Pro 1.0 Source (other/basVBDOSPro10Source)
| ext
| Unsupported |
1%
| dexvert
| Visual Basic Tokenized Source (other/visualBasicTokenizedSource)
| ext
| Unsupported |
1%
| dexvert
| ZBASIC (other/zbasic)
| ext
| Unsupported |
1%
| dexvert
| Text File (text/txt)
| fallback
| Supported |
100%
| file
| ASCII text
| default
| |
100%
| checkBytes
| Printable ASCII
| default
| |
100%
| perlTextCheck
| Likely Text (Perl)
| default
| |
100%
| detectItEasy
| Format: plain text[LF]
| default (weak)
|
|
hex view+--------+-------------------------+-------------------------+--------+--------+
|00000000| 31 30 20 20 52 45 4d 20 | 20 2a 2a 2a 2a 2a 2a 2a |10 REM | *******|
|00000010| 2a 2a 2a 2a 2a 2a 2a 2a | 2a 2a 2a 2a 2a 2a 2a 0a |********|*******.|
|00000020| 32 30 20 20 52 45 4d 20 | 20 2a 20 53 55 50 45 52 |20 REM | * SUPER|
|00000030| 47 52 2e 44 45 4d 4f 32 | 20 20 20 20 20 20 2a 0a |GR.DEMO2| *.|
|00000040| 33 30 20 20 52 45 4d 20 | 20 2a 20 42 59 20 54 49 |30 REM | * BY TI|
|00000050| 4d 20 4d 45 45 4b 49 4e | 53 20 20 20 20 20 2a 0a |M MEEKIN|S *.|
|00000060| 34 30 20 20 52 45 4d 20 | 20 2a 20 43 4f 50 59 52 |40 REM | * COPYR|
|00000070| 49 47 48 54 20 28 43 29 | 20 31 39 38 38 20 2a 0a |IGHT (C)| 1988 *.|
|00000080| 35 30 20 20 52 45 4d 20 | 20 2a 20 4d 49 43 52 4f |50 REM | * MICRO|
|00000090| 53 50 41 52 43 2c 20 49 | 4e 43 20 20 20 20 2a 0a |SPARC, I|NC *.|
|000000a0| 36 30 20 20 52 45 4d 20 | 20 2a 20 43 4f 4e 43 4f |60 REM | * CONCO|
|000000b0| 52 44 2c 20 4d 41 20 30 | 31 37 34 32 20 20 2a 0a |RD, MA 0|1742 *.|
|000000c0| 37 30 20 20 52 45 4d 20 | 20 2a 2a 2a 2a 2a 2a 2a |70 REM | *******|
|000000d0| 2a 2a 2a 2a 2a 2a 2a 2a | 2a 2a 2a 2a 2a 2a 2a 0a |********|*******.|
|000000e0| 38 30 20 20 50 52 49 4e | 54 20 20 43 48 52 24 28 |80 PRIN|T CHR$(|
|000000f0| 34 29 3b 22 42 52 55 4e | 20 53 55 50 45 52 47 52 |4);"BRUN| SUPERGR|
|00000100| 22 3a 20 48 49 4d 45 4d | 3a 20 33 35 33 32 38 3a |": HIMEM|: 35328:|
|00000110| 20 26 20 20 48 47 52 20 | 0a 39 30 20 20 46 4f 52 | & HGR |.90 FOR|
|00000120| 20 59 20 3d 20 30 20 54 | 4f 20 31 35 3a 20 46 4f | Y = 0 T|O 15: FO|
|00000130| 52 20 58 20 3d 20 30 20 | 54 4f 20 31 35 3a 20 26 |R X = 0 |TO 15: &|
|00000140| 20 50 2c 59 3a 20 26 20 | 20 44 45 46 20 58 2c 58 | P,Y: & | DEF X,X|
|00000150| 2c 59 2c 30 3a 20 26 20 | 20 48 43 4f 4c 4f 52 3d |,Y,0: & | HCOLOR=|
|00000160| 20 58 0a 31 30 30 20 58 | 31 20 3d 20 58 20 2a 32 | X.100 X|1 = X *2|
|00000170| 30 3a 58 32 20 3d 20 58 | 31 20 2b 31 39 3a 59 31 |0:X2 = X|1 +19:Y1|
|00000180| 20 3d 20 31 32 20 2a 59 | 3a 59 32 20 3d 20 59 31 | = 12 *Y|:Y2 = Y1|
|00000190| 20 2b 31 31 3a 20 26 20 | 56 28 58 31 2c 59 31 29 | +11: & |V(X1,Y1)|
|000001a0| 2c 28 58 32 2c 59 32 29 | 3a 20 26 20 46 28 58 31 |,(X2,Y2)|: & F(X1|
|000001b0| 2c 59 31 29 2c 31 35 0a | 31 31 30 20 20 4e 45 58 |,Y1),15.|110 NEX|
|000001c0| 54 20 3a 20 4e 45 58 54 | 20 0a 31 32 30 20 20 26 |T : NEXT| .120 &|
|000001d0| 20 20 48 43 4f 4c 4f 52 | 3d 20 30 0a 31 33 30 20 | HCOLOR|= 0.130 |
|000001e0| 20 47 45 54 20 5a 24 0a | 31 34 30 20 20 46 4f 52 | GET Z$.|140 FOR|
|000001f0| 20 49 20 3d 20 30 20 54 | 4f 20 31 35 3a 20 26 20 | I = 0 T|O 15: & |
|00000200| 20 58 44 52 41 57 20 0a | 31 35 30 20 20 46 4f 52 | XDRAW .|150 FOR|
|00000210| 20 58 20 3d 20 30 20 54 | 4f 20 31 35 3a 20 46 4f | X = 0 T|O 15: FO|
|00000220| 52 20 59 20 3d 20 30 20 | 54 4f 20 31 35 3a 20 26 |R Y = 0 |TO 15: &|
|00000230| 20 50 2c 59 3a 20 26 20 | 20 44 45 46 20 58 2c 58 | P,Y: & | DEF X,X|
|00000240| 2c 59 2c 49 3a 20 4e 45 | 58 54 20 3a 20 26 20 20 |,Y,I: NE|XT : & |
|00000250| 48 50 4c 4f 54 20 30 2c | 31 32 20 2a 58 3a 20 4e |HPLOT 0,|12 *X: N|
|00000260| 45 58 54 20 0a 31 36 30 | 20 20 26 20 20 44 52 41 |EXT .160| & DRA|
|00000270| 57 20 0a 31 37 30 20 20 | 4e 45 58 54 20 0a 31 38 |W .170 |NEXT .18|
|00000280| 30 20 20 47 45 54 20 5a | 24 3a 20 26 20 20 54 45 |0 GET Z|$: & TE|
|00000290| 58 54 20 | |XT | |
+--------+-------------------------+-------------------------+--------+--------+