Byte Manipulation
USER(5): (setf (ldb (byte 4 4) flags) #b0011)
USER(6): flags
#b100110111
This line modifies the second four bits of the bit field.
Previous slide
Next slide
Back to first slide
View graphic version