ref: 71fa62c9d1da8cebd7dae821072d0ff2cdd78edd dir: /test/asm/operator-precedence.asm/
print: MACRO printv \1 printt "\n" ENDM print 1 == 1 || 1 == 2 print (1 == 1) || (1 == 2)