This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FLY.SHOW (file is 99520 bytes): | |
008000: b8 04 01 00 04 00 c0 00 b8 04 01 00 08 77 00 55 8·····@·8····w·U | |
008010: 06 77 00 00 04 77 00 00 02 77 00 00 68 76 00 55 ·w···w···w··hv·U | |
008020: 66 76 00 00 64 76 00 00 62 76 00 00 cc 75 00 00 fv··dv··bv··Lu·· | |
008030: ca 75 00 00 c8 75 00 00 c6 75 00 00 c4 75 00 00 Ju··Hu··Fu··Du·· | |
SATURN.SHOW (file is 32828 bytes): | |
008000: 34 00 00 00 04 00 c0 00 34 00 00 00 1a 7e d9 0f 4·····@·4····~Y· | |
008010: 18 7e b7 0d 16 7e fb 0f 00 00 3b 01 1a 7e b7 0d ·~7··~{···;··~7· | |
008020: 18 7e fb 0f 16 7e d9 0f 00 00 28 01 1a 7e fb 0f ·~{··~Y···(··~{· |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DSK 20252-nested-regions_merlin32 | |
TYP $06 BIN | |
org $011000 | |
org *+$010000 | |
org *+$010000 | |
L31000 ldal L31000 | |
:L31004 ldal :L31004 | |
andl :L1101F | |
jml :L21010 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ATMTDS | |
<1> | |
# Krait from ELITE (version for Modulae simulator) | |
Krait | |
POINTS | |
# main shape | |
1 0 0 40 | |
2 -45 0 -10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* WebTV tellyscript decompressor and de-tokenizer. | |
* | |
* Usage: detok input.tok output.txt | |
* | |
* The output file will be overwritten if it exists. | |
* | |
* ************************************************************************** | |
* | |
* Tellyscript is a C-like language invented by Andy Rubin for use at WebTV. |