[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: BRA & new vs old Apples & other irrelevant stuff (was Appl //c Basic)
> > > > CLC
> > > > BCC #$FE
> > >
> > > And of course, few if any assemblers will accept this as valid source
> > > code. :-)
> >
> > now this is where you lost me. what's wrong with that ? or are we
picking on
> > no .ORG or .END statement or something ?
>
> The "BCC" instruction, along with all branches, does not support the
> immediate addressing mode. You must branch to a label or address.
thanks David,
I realised that after I looked at again, and again...