base/asm-common.h: Add an `IMM' macro for immediate operands.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 18 Aug 2019 01:13:18 +0000 (02:13 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 8 Sep 2019 10:37:54 +0000 (11:37 +0100)
The most useful version of this is `IMM(r, ...)', because that varies
according to the target architecture, but the others might be considered
an improvement over the Intel syntax.

It turns out that I don't actually need this: the motivation was caused
by a typo-ed register field.  But I think it still makes a useful
addition.


No differences found