diff options
author | Ian Moffett <ian@osmora.org> | 2025-07-23 19:04:54 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-07-23 19:04:54 -0400 |
commit | cc3803f6fffd4506bcac794d381403aefdd8dfa0 (patch) | |
tree | 9dbd822a601820a3f2113fdf6305885397efc1d9 /sv/soc | |
parent | d0f80773522b2dec7c8f314934fecc1b8e203166 (diff) |
docs: Introduce Mask Register Over instructions
Introduce 4 new instructions that allow a register to be filled to
either 1s or 0s. An example of filling 8-bits of an X<n> register:
--
mrob x0, #1
--
An example of filling 16-bits of an X<n> register:
--
! Mrow :3
mrow x0, #1
--
...
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sv/soc')
0 files changed, 0 insertions, 0 deletions