ft(interpreter): impl far jumps with correct CS addressing
This commit is contained in:
@@ -567,7 +567,7 @@ pub struct Pointer16 {
|
||||
|
||||
impl std::fmt::Display for Pointer16 {
|
||||
fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result {
|
||||
write!(f, "ptr [{:#04x}]", self.word)
|
||||
write!(f, "ptr word [{:#04x}]", self.word)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user