I think you’re looking for :byte:
:macro pointer ADDR { :byte { 0xFF & ADDR >> 8 } :byte { 0xFF & ADDR } }
Ha, beat me to it!