diff options
author | Ian Moffett <ian@osmora.org> | 2025-07-23 18:38:09 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-07-23 18:47:57 -0400 |
commit | 729a19a6b7e636a8af3a15f7fe5204cc0d59dbf7 (patch) | |
tree | 9dc5dbacd0576f1aa369e9442f442e6a117865bc /usr.bin/kfgwm/include/kfg | |
parent | f9a78caefd6f254e854fd6cdf64a8642ccddc34e (diff) |
oasm: Add initial support for labelsexpt
A label is like a pin on a map with a number attached to it. OASM keeps track
of a number referred to as the psuedo instruction pointer (PIP). This value is
initially zero by default and is incremented every instruction. The purpose of
this value is to pin a location in the code and mark it to be at a specific address
so that further references to that label would be translated to the previous PIP value
at the time of encountering the label.
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'usr.bin/kfgwm/include/kfg')
0 files changed, 0 insertions, 0 deletions