Skip to content

Instantly share code, notes, and snippets.

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···(··~{·
@fadden
fadden / 20252-nested-regions_merlin32.S
Created April 10, 2025 23:16
Merlin32 test from SourceGen
DSK 20252-nested-regions_merlin32
TYP $06 BIN
org $011000
org *+$010000
org *+$010000
L31000 ldal L31000
:L31004 ldal :L31004
andl :L1101F
jml :L21010
@fadden
fadden / Krait.SHP.txt
Created April 2, 2023 01:05
Arc3D shape definition file format
ATMTDS
<1>
# Krait from ELITE (version for Modulae simulator)
Krait
POINTS
# main shape
1 0 0 40
2 -45 0 -10
@fadden
fadden / detok.cpp
Last active April 9, 2024 20:10
WebTV tellyscript decompressor and de-tokenizer
/*
* 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.