[I6] Printing a binary number

What’s the easiest way to print out a number in binary in I6? Is there a built-in printing routine for this, or will I need to do that myself with bitmasks and right-shifts?

I see nothing. I think it’s the bitshifts for you.