Added labels, SIEZ attribute for labels, dependent labels etc.
git-svn-id: svn://svn.cc65.org/cc65/trunk@343 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -118,7 +118,7 @@ static void GenerateLabel (const OpcDesc* D, unsigned Addr)
|
||||
if (Pass == 1 && !HaveLabel (Addr)) {
|
||||
if ((D->LabelFlag & lfGenLabel) != 0 ||
|
||||
((D->LabelFlag & lfUseLabel) != 0 && Addr >= CodeStart && Addr <= CodeEnd)) {
|
||||
AddLabel (Addr, MakeLabelName (Addr));
|
||||
AddLabel (Addr, atIntLabel, MakeLabelName (Addr));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -397,4 +397,12 @@ void OH_JmpAbsolute (const OpcDesc* D)
|
||||
|
||||
|
||||
|
||||
void OH_JmpAbsoluteIndirect (const OpcDesc* D)
|
||||
{
|
||||
OH_AbsoluteIndirect (D);
|
||||
SeparatorLine ();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user