srec-0.0.0: Reading S-Record files.

Data.SRec

Description

Reading S-Record files.

Synopsis

Documentation

data SRec Source

Constructors

SRec 

Fields

blocks :: [(Int, [Word8])]

Starting address of block and block data.

start :: Int

Starting address of program for S7 record.

readSRec :: FilePath -> IO SRecSource

Read an S-Record file.