Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

rotx/HexRecords.tmbundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hex Records TextMate Bundle README

Installation

Install by double clicking.

General

A hex file consists of records that match the following regular expressions:

Data Record ^:(\h{2})(\h{4})(00)(\h{2,510})(\h{2})$

End of File Record ^:00000001[fF][fF]$

Extended Linear Address Record, Extended Segment Address Record ^:020000(0[24])(\h{4})(\h{2})$

Start Linear Address Record, Start Segment Address Record ^:040000(0[35])(\h{8})(\h{2})$

The bundle attempts to assign reasonable colors and allows for folding the data sections.

About

TextMate bundle for Intel hex files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published