Typo
This commit is contained in:
parent
cf7f3abadd
commit
7d9485f6bc
1 changed files with 1 additions and 1 deletions
|
@ -685,7 +685,7 @@ static unsigned OptGotoSPAdj (CodeSeg* S)
|
|||
CS_DelEntry (S, I + 6);
|
||||
}
|
||||
else if (adjustment > 8) {
|
||||
/* For range (8, 255] we have ldy #0, jsr addysp */
|
||||
/* For range (8, 255] we have ldy #, jsr addysp */
|
||||
Arg = MakeHexArg (adjustment & 0xff);
|
||||
X = NewCodeEntry (OP65_LDY, AM65_IMM, Arg, 0, L[1]->LI);
|
||||
CS_InsertEntry (S, X, I + 9);
|
||||
|
|
Loading…
Add table
Reference in a new issue