|
|
|
|
|
by jsd1982
380 days ago
|
|
Wouldn't this make it somewhat more challenging for assemblers/compilers to emit branch instructions with target PC offsets? For instance, the offset of an instruction two instructions away would be calculated as `lfsr(lfsr(pc))` (off-by-one bugs notwithstanding), right? |
|