Jump to content

Field specification

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Mccapra (talk | contribs) at 20:30, 21 August 2018 (successfully deorphaned). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A field specification or fspec defines a portion of a word in some programming language. It has the form "(L:R)" where "L" is the leftmost byte and "R" is the rightmost byte, and counting begins at zero. For example, the first three bytes of a word would have the fspec (0:2) for bytes numbered 0, 1, and 2.