view python/target/armv7.lidl @ 305:0615b5308710

Updated docs
author Windel Bouwman
date Fri, 06 Dec 2013 13:50:38 +0100
parents 534b94b40aa8
children 44f336460c2a
line wrap: on
line source



instruction yield {
  encoding: 0xbf10
}

base rrr_base {
  encoding: ''
}

instruction add : rrr_base {
  semantics: {
    Rd = Rm + Rn;
  }
}