mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
add jml($1234) for JML Absolute indirect long
This commit is contained in:
parent
e150c76cb7
commit
284436229e
@ -150,7 +150,7 @@ void GetEA (EffAddr* A)
|
||||
A->AddrModeSet = AM65_DIR_IND_Y;
|
||||
} else {
|
||||
/* (adr) */
|
||||
A->AddrModeSet = AM65_ABS_IND | AM65_DIR_IND;
|
||||
A->AddrModeSet = AM65_ABS_IND | AM65_ABS_IND_LONG | AM65_DIR_IND;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user