You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do we need to keep track of what we put in the buffer for EA? For OPCODE, I don't but anything into the buffer until I'm sure it's valid... can EA have a valid source and then an invalid destination? We would need to clear out the source then.
The text was updated successfully, but these errors were encountered:
Right now if we hit an invalid condition for EA we branch to INVALID_EA. Can that just clear the buffer and fill it with whatever we're supposed to for garbage commands?
Do we need to keep track of what we put in the buffer for EA? For OPCODE, I don't but anything into the buffer until I'm sure it's valid... can EA have a valid source and then an invalid destination? We would need to clear out the source then.
The text was updated successfully, but these errors were encountered: