fix m740, survives disasm/asm roundtrip now, still needs some work though
This commit is contained in:
@@ -214,7 +214,9 @@ void GetEA (EffAddr* A)
|
||||
break;
|
||||
|
||||
default:
|
||||
Error ("Syntax error");
|
||||
/* FIXME: syntax error if not zp, ind */
|
||||
A->AddrModeSet = AM65_ZP_REL;
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user