ASCII Encoded HP 48 Object
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=E-Mail, newsgroups, and forums |extensions={{ext|asc}}, others |released=1990 }} '''ASCII Encoded HP 48 Object''', or '''ASC''', is...") |
(Change primary category to Transfer Encodings) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
|formattype=electronic | |formattype=electronic | ||
− | |subcat= | + | |subcat=Transfer Encodings |
|extensions={{ext|asc}}, others | |extensions={{ext|asc}}, others | ||
|released=1990 | |released=1990 | ||
Line 8: | Line 8: | ||
== Format == | == Format == | ||
− | ASC format is usually embedded in a message such as a newsgroup posting, | + | ASC format is usually embedded in a message such as a newsgroup posting, instead of appearing in a file by itself. |
− | ASC begins and ends with a double quote character, contains ASCII-encoded hex digits, and has line | + | ASC begins and ends with a double quote character (<code>"</code>), contains ASCII-encoded hex digits, and has a line break every 64 hex digits. |
− | + | It may be preceded by a line beginning with "<code>%%HP</code>". This is evidently a signature that introduces various types of HP data, and is not part of the ASC format. | |
Additionally, sometimes it is wrapped in "<code>BEGIN_ASC</code>"/"<code>END_ASC</code>" or similar lines (to help identify it to humans?). | Additionally, sometimes it is wrapped in "<code>BEGIN_ASC</code>"/"<code>END_ASC</code>" or similar lines (to help identify it to humans?). | ||
Line 27: | Line 27: | ||
* [http://www.hpcalc.org/hp48/docs/faq/48faq-9.html HP48 FAQ, Section 9.1] | * [http://www.hpcalc.org/hp48/docs/faq/48faq-9.html HP48 FAQ, Section 9.1] | ||
+ | [[Category:E-Mail, newsgroups, and forums]] | ||
[[Category:Hewlett-Packard]] | [[Category:Hewlett-Packard]] |
Latest revision as of 22:53, 24 August 2014
ASCII Encoded HP 48 Object, or ASC, is an unofficial transfer encoding associated with HP 48 calculators. It was developed by William Wickes, who wrote an encoder and decoder for it.
[edit] Format
ASC format is usually embedded in a message such as a newsgroup posting, instead of appearing in a file by itself.
ASC begins and ends with a double quote character ("
), contains ASCII-encoded hex digits, and has a line break every 64 hex digits.
It may be preceded by a line beginning with "%%HP
". This is evidently a signature that introduces various types of HP data, and is not part of the ASC format.
Additionally, sometimes it is wrapped in "BEGIN_ASC
"/"END_ASC
" or similar lines (to help identify it to humans?).
[edit] Sample files
- Some ASC-encoded objects can be found in the files at: