Sign extension
- same number, more bits
- Replicate sign bit to the left
- RISC-V:
- lb (load byte): sign-extend loaded byte (byte interpreted as 2's-complement)
- lbu (load byte unsigned): zero-extend loaded byte
- addi (add immediate): sign-extend 12-bit immediate (immediate interpreted as 2's complement)
If you want to change selection, open document below and click on "Move attachment"
Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details