MCPcopy Index your code
hub / github.com/FDOS/kernel / parse_reg_field

Function parse_reg_field

tests/testlib.c:505–538  ·  view source on GitHub ↗

* Parse a single register field from a .ref line. * Handles "????", "HHHH", "??HH" (lo only), "HH??" (hi only). * Returns pointer past the field (always consumes exactly 4 chars + leading ws). * *out : parsed value; 0 if lo-only (high byte unknown), val<<8 if hi-only. * REF_DONTCARE if "????". * *care_mask is 1 for low byte OR'd 2 for high byte a number (not ?) */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

ref_loadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected