bsra de,b

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

0xED29 - u60713

z80n specific

Description

DE:=signed(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": "bsra",
  "bytes": 2,
  "code": "ED29",
  "mnu": "BSRA DE,B",
  "status": "E",
  "flags": {
    "C": "unaffected",
    "N": "unaffected",
    "PV": "unaffected",
    "H": "unaffected",
    "Z": "unaffected",
    "S": "unaffected"
  },
  "z80n": true,
  "time": "8",
  "description": "DE:=signed(DE)>>(B&31)",
  "operation": "bsra de,b",
  "category": "Arithmetic",
  "subCategory": "Barrel (variable amount) shift and rotate (cores v2+ only)"
}