@[email protected] to Programmer [email protected] • 1 month agoTell me the truth ...piefed.jeena.netimagemessage-square167fedilinkarrow-up11.15Kcross-posted to: [email protected]
arrow-up11.15KimageTell me the truth ...piefed.jeena.net@[email protected] to Programmer [email protected] • 1 month agomessage-square167fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink4•1 month agoPl/1 did it right: Dcl 1 mybools, 3 bool1 bit(1) unaligned, 3 bool2 bit(1) unaligned, … 3 bool8 bit(1) unaligned; All eight bools are in the same byte.
Pl/1 did it right:
Dcl 1 mybools, 3 bool1 bit(1) unaligned, 3 bool2 bit(1) unaligned, … 3 bool8 bit(1) unaligned;
All eight bools are in the same byte.