mirror of
https://github.com/TomHarte/CLK.git
synced 2025-07-29 23:24:43 +00:00
Ensure shoutouts upon LDS, LES and any far jump/call/int.
This commit is contained in:
@@ -348,6 +348,7 @@ class FlowController {
|
||||
|
||||
void jump(uint16_t segment, uint16_t address) {
|
||||
registers_.cs_ = segment;
|
||||
registers_.did_update(Registers::Source::CS);
|
||||
registers_.ip_ = address;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user