ft(interpreter): impl short jumps
This commit is contained in:
@@ -190,7 +190,7 @@ impl Computer {
|
||||
|
||||
impl fmt::Display for Computer {
|
||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
write!(f, "{} | {}", self.regs, self.flags)
|
||||
write!(f, "{} {}", self.regs, self.flags)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user