j
k
j a
j l
if ((frame->AddrPC.Mode == AddrModeFlat) && (frame->AddrFrame.Mode != AddrModeFlat))
if ((frame->AddrPC.Mode == AddrModeFlat) &&
(frame->AddrFrame.Mode != AddrModeFlat))
this looks strange to me. I guess, you want to check that both mode address modes are AddrModeFlat A+
Back to the thread
Back to the list