I see one small issue.


For example, I know that b1=9 which is 00001011.

If b1=9 (the decimal number), how can I let PBP know that it is actually 00001011 (the binary number).

Or, can I simply go

R0=B1.0
R1=B1.1
R2=B1.2
R3=B1.3