FLD

Shift and mask operation

@FLD(base,value,width[,start])

Description

Shift and mask value into base for width bits beginning at bit start. If start is omitted, zero (least significant bit) is assumed. All arguments must be positive integers and none may be greater than the target word size.

Example

SWITCH EQU @FLD(TOG,1,1,7) ; turn eighth bit on