Leopold Toetsch wrote:
  .macro swapP (A,B)
     $P0 = .A
     .A = .B
     .B = $P0
  .endm

(untested)

Seems to work, thanks.

*But* we have an opcode called *exchange* ... It's even JITted on i386.

This was just an example. Thanks.

leo





Reply via email to