bsrl de,b

Arithmetic // Barrel (variable amount) shift and rotate (cores v2+ only)

0xED2A - u60714

z80n specific

Description

DE:=unsigned(DE)>>(B&31)

T States Bytes
8 2

Condition Bits Affected

S unaffected
Z unaffected
H unaffected
P/V
N unaffected
C unaffected

source
{
  "opcode": "bsrl",
  "bytes": 2,
  "code": "ED2A",
  "mnu": "BSRL DE,B",
  "status": "E",
  "flags": {
    "C": "unaffected",
    "N": "unaffected",
    "PV": "unaffected",
    "H": "unaffected",
    "Z": "unaffected",
    "S": "unaffected"
  },
  "z80n": true,
  "time": "8",
  "description": "DE:=unsigned(DE)>>(B&31)",
  "operation": "bsrl de,b",
  "category": "Arithmetic",
  "subCategory": "Barrel (variable amount) shift and rotate (cores v2+ only)"
}