On Fri, 3 Aug 2018 at 03:32, Phil Smith III <[email protected]> wrote:

> Hobart Spitz wrote:
>
> >can't endorse either DS 0H or EQU *; use structured macros instead.
>
> Why "can't endorse"? I'm not getting your point.
>

I'm with Hobart there. I have *never* had the problem that I was coding a
branch to a data field. With structured programming macros you don't have
to deal with that. I also like my COND macro that is a short-hand for a
conditional branch over a single instruction, like
  COND MINUS,LHI,R0,0

Cute. I never realized that it made type 'I' and that one could validate
that on the target of a branch. That looks like a sign that we were never
meant to code DS 0H for labels...

Rob

Reply via email to