This is one of the standard tools in the MASM32 Project and it only took a minor modification for it to output a 256 character table for PB.
It creates table of this type.
If ayone is interested in the source you are welcome to ask but its written in MASM.
It creates table of this type.
Code:
! db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ! db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ! db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ! db 1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0 ! db 0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ! db 1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0 ! db 0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ! db 1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0 ! db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ! db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ! db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ! db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ! db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ! db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ! db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ! db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0