Text Table
Jump to navigation
Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
A Text Table or .TBL file describes to a hex editor how to convert a ROM's text format into readable text. Each line is in the format HEX=string
. For example, E1=H
means the byte 0xE1 means uppercase H and 1502= that
means the byte 0x15 followed by the byte 0x02 means the word "that" with spaces on either side. *HEX
indicates that HEX
is the newline sequence. (HEXh)Title
determines bookmarks. You need the h
after the hexidecimal address for it to be read as hex. Blank lines are ignored.
See Also
- Category: TBL Files - All .TBL files are in this category. Place {{TBL|game=game name}} at the top of all such pages.
External Links
Table File node on Everything2 (includes an example)