Field specification

This is the current revision of this page, as edited by imported>Curbon7 at 01:10, 26 April 2022 (–{{Stub}}, +{{Prog-lang-stub}} using StubSorter). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.