cm0002@lemmy.world to Programmer Humor@programming.dev · 3 days agoTell me the truth ...piefed.jeena.netimagemessage-square145fedilinkarrow-up11.15Karrow-down116
arrow-up11.13Karrow-down1imageTell me the truth ...piefed.jeena.netcm0002@lemmy.world to Programmer Humor@programming.dev · 3 days agomessage-square145fedilink
minus-squareAmberskin@europe.publinkfedilinkarrow-up4·2 days 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.