mirror of
https://github.com/Russell-S-Harper/COMMON.git
synced 2024-11-21 20:31:02 +00:00
Merge pull request #44 from Russell-S-Harper/development
Bracketing macro JIC.
This commit is contained in:
commit
7ee3e0b2d0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user