1
0
mirror of https://github.com/ksherlock/iigs.git synced 2024-06-01 09:41:35 +00:00

formatting

ksherlock 2019-12-03 19:59:00 -05:00
parent 2c83b435fb
commit e2f74ed35b

@ -16,8 +16,8 @@ Relocation records are 4 bytes long. The first bytes is a flag byte. This is fol
* bits 0-3 always populated (`$0f`)
* bit 4 (`$10`) indicates an external label
* bit 7 (`$80) indicates a 2-byte relocation
* bit 5 (`$20) indicates a 3-byte relocation
* bit 7 (`$80`) indicates a 2-byte relocation
* bit 5 (`$20`) indicates a 3-byte relocation
* `$ff` indicates a shift (see below)
This is followed by the 16-bit offset to patch.