Unpacks the bits in a byte into eight bytes.
call x"F5" using byte
                 array 
               	 | Using call prototype (see Key) | Picture | |
|---|---|---|
| byte | cblt-x1-compx | pic x comp-x. | 
| array | cblt-x1-compx occurs 8 | pic x comp-x occurs 8 | 
| byte | The byte to be unpacked | 
| array | The unpacked bits | 
Comments:
The routine takes the eight bits of byte and moves them to the corresponding occurrence within array
10110011 |||||||| +-----------------------+||||||+-------------------------------+ | +---------------+||||+-----------------------+ | | | +-------+||+---------------+ | | | | | |+-------+ | | | v v v v v v v v 00000001 00000000 00000001 00000001 00000000 00000000 00000001 00000001