I found this when trying to reverse engineer some code from DOS x86 16-bit assembly, when I got to a line with `xchg ah,al`, it naturally converted (at least in my eyes) to `bytes = [bytes[1], bytes[0]]`.
Is there a way to make this an error when used?
