Bracketing macro JIC.

This commit is contained in:
Russell-S-Harper 2019-03-02 18:59:18 -05:00
parent fbd04e7195
commit 7e3d87425d

View File

@ -42,7 +42,7 @@
; shorthand ; shorthand
#define _OFF_M(o) ((o) - * - 3) #define _OFF_M(o) ((o) - * - 3)
#define _BRX_M(o) <_OFF_M(o), >_OFF_M(o) #define _BRX_M(o) <_OFF_M(o), >_OFF_M(o)
#define _MRG_M(p, q) (p) * 16 + (q) #define _MRG_M(p, q) ((p) * 16 + (q))
; macros ; macros
#define ESC .BYTE _ESC_C #define ESC .BYTE _ESC_C