ascii85x-0.2.4.1: Displays TI-85 variable files as text
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.TI85.File.Backup

Description

This module defines the structure of a TI-85 backup file. A backup file contains system memory (data section 1), user memory (section 2), and a variable table that maps where user variables are located in data section 2.

Synopsis

Documentation

data VarTableEntry Source #

An entry in the variable table. Note: the variable table is stored in reverse byte order (including 2-byte words!).

Instances

Instances details
Show VarTableEntry Source # 
Instance details

Defined in Data.TI85.File.Backup

type VarTable = [VarTableEntry] Source #

A list of variable table entries

data TIBackupHeader Source #

Backup-specific header. This header comes after the more general TIHeader.

Instances

Instances details
Show TIBackupHeader Source # 
Instance details

Defined in Data.TI85.File.Backup

data TIBackupData Source #

The top-level structure of a backup file.

Instances

Instances details
Show TIBackupData Source # 
Instance details

Defined in Data.TI85.File.Backup