view python/target/armv7.lidl @ 299:674789d9ff37

Added a doc
author Windel Bouwman
date Sun, 01 Dec 2013 18:37:23 +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;
  }
}