Open ISSOtm opened 3 years ago
According to my analysis of the boot ROM, the flags on dmgABC originate from this add a, [hl], which does not overflow if the header checksum is $00, thus setting F to $80 instead of $B0.
add a, [hl]
According to my analysis of the boot ROM, the flags on dmgABC originate from this
add a, [hl]
, which does not overflow if the header checksum is $00, thus setting F to $80 instead of $B0.