Leopold Toetsch writes:
> But with one more indirection a PIC-like scheme can work with
> read-only bytecode too (probably). E.g. the assembler emits instead
> of the proposed:
> 
>   infix "__add", Pd, Pl, Pr
> 
> this opcode:
> 
>   infix (.MMD_ADD << 24) | n, Pd, Pl, Pr

Just 256?  Why don't you add another argument to the infix opcode?

Luke

Reply via email to