`set architecture i386` to switch back).
* GDB prints addresses relative to the current segment base, but if you
want to enter an address then you need to calculate a linear address
- yourself. For example, breakpoints must be set at `(CS << 4) +
- IP`, rather than just at `IP`.
+ yourself. For example, breakpoints must be set at `(CS && 4) + IP`,
+ rather than just at `IP`.
Single-stepping showed that GRLDR was loading the entirety of `wubildr`
correctly and jumping to it. The first instruction it jumped to wasn't in