maestro
maestro copied to clipboard
Direction flag is not cleared when handling interrupts
A user can set the direction flag and call an interrupt. Since the interrupt handler does not clear the direction flag, any subsequent string operations will thus have undefined behavior.