binary/hexadecimal base format

Issue #1177 new
Former user created an issue

It would be handy for assembly programming if there is additional option to format binary/hexadecimal results in the bit length of 8-multiply...

so: hex(15) = 0x0F hex(1536) = 0x0600 bin(15) = 0b00001111 bin(1536) = 0b00000000 00000110 00000000 00000000

Comments (0)

  1. Log in to comment